From e7356d82a5e7b73647e5dd52473e44ebc32e9b9a Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:42:57 +0200 Subject: [PATCH] Update src/room/useLoadGroupCall.ts Co-authored-by: Robin --- src/room/useLoadGroupCall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/useLoadGroupCall.ts b/src/room/useLoadGroupCall.ts index 6803e3f2..d55bd3ca 100644 --- a/src/room/useLoadGroupCall.ts +++ b/src/room/useLoadGroupCall.ts @@ -234,7 +234,7 @@ export const useLoadGroupCall = ( // This is how the logic was done before: "we expect any room id passed to EC // to be for a public call" Which is definitely not ideal but worth a try if fetching // the summary crashes. - logger.error( + logger.warn( `Could not load room summary to decide whether we want to join or knock. EC will fallback to join as if this would be a public room. Reach out to your homeserver admin to ask them about supporting the \`/summary\` endpoint (im.nheko.summary):`,