Jit working for sites

This commit is contained in:
Owen
2026-03-04 17:46:58 -08:00
parent c73a39f797
commit 1bfff630bf
4 changed files with 110 additions and 8 deletions

View File

@@ -149,7 +149,8 @@ export async function initPeerAddHandshake(
endpoint: string;
};
},
olmId?: string
olmId?: string,
chainId?: string,
) {
if (!olmId) {
const [olm] = await db
@@ -173,7 +174,8 @@ export async function initPeerAddHandshake(
publicKey: peer.exitNode.publicKey,
relayPort: config.getRawConfig().gerbil.clients_start_port,
endpoint: peer.exitNode.endpoint
}
},
chainId,
}
},
{ incrementConfigVersion: true }