diff --git a/backend/src/federation/authenticateCommunities.ts b/backend/src/federation/authenticateCommunities.ts index 15e9ab735..5fd741e7f 100644 --- a/backend/src/federation/authenticateCommunities.ts +++ b/backend/src/federation/authenticateCommunities.ts @@ -57,6 +57,7 @@ export async function startCommunityAuthentication( const args = new EncryptedTransferArgs() args.publicKey = homeComA!.publicKey.toString('hex') args.jwt = jws + args.handshakeID = handshakeID logger.debug('before client.openConnection() args:', args) if (await client.openConnection(args)) { logger.debug(`successful initiated at community:`, fedComB.endPoint)