From 7fc5e9ba48becf1d5961a939b3ffee954ee61960 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Tue, 8 Jul 2025 22:44:47 +0200
Subject: [PATCH] again more log output
---
backend/src/federation/authenticateCommunities.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/backend/src/federation/authenticateCommunities.ts b/backend/src/federation/authenticateCommunities.ts
index f50068fdb..c62062405 100644
--- a/backend/src/federation/authenticateCommunities.ts
+++ b/backend/src/federation/authenticateCommunities.ts
@@ -23,6 +23,7 @@ export async function startCommunityAuthentication(
apiVersion: CONFIG.FEDERATION_BACKEND_SEND_ON_API,
})
logger.debug('homeFedComA', homeFedComA)
+ logger.debug('foreignFedCom', foreignFedCom)
const foreignComB = await DbCommunity.findOneByOrFail({ publicKey: foreignFedCom.publicKey })
logger.debug(
'started with foreignFedCom:',