more log output

This commit is contained in:
clauspeterhuebner 2025-07-08 21:44:34 +02:00
parent 4d4874d9bc
commit bd4336e588

View File

@ -17,10 +17,12 @@ export async function startCommunityAuthentication(
foreignFedCom: DbFederatedCommunity,
): Promise<void> {
const homeComA = await getHomeCommunity()
logger.debug('homeComA', homeComA)
const homeFedComA = await DbFederatedCommunity.findOneByOrFail({
foreign: false,
apiVersion: CONFIG.FEDERATION_BACKEND_SEND_ON_API,
})
logger.debug('homeFedComA', homeFedComA)
const foreignComB = await DbCommunity.findOneByOrFail({ publicKey: foreignFedCom.publicKey })
logger.debug(
'started with foreignFedCom:',