again more log output

This commit is contained in:
clauspeterhuebner 2025-07-08 22:44:47 +02:00
parent bd4336e588
commit 7fc5e9ba48

View File

@ -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:',