From fde786ca8460c86013a96e06b1412af60ed88104 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 12 Mar 2026 17:10:46 -0700 Subject: [PATCH] Add todo --- server/lib/rebuildClientAssociations.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/lib/rebuildClientAssociations.ts b/server/lib/rebuildClientAssociations.ts index af43a6d00..46eb5c3ef 100644 --- a/server/lib/rebuildClientAssociations.ts +++ b/server/lib/rebuildClientAssociations.ts @@ -477,6 +477,7 @@ async function handleMessagesForSiteClients( } if (isAdd) { + // TODO: if we are in jit mode here should we really be sending this? await initPeerAddHandshake( // this will kick off the add peer process for the client client.clientId, @@ -1080,6 +1081,7 @@ async function handleMessagesForClientSites( continue; } + // TODO: if we are in jit mode here should we really be sending this? await initPeerAddHandshake( // this will kick off the add peer process for the client client.clientId,