From 8f59d55b67e9aef3ed072c91c420050f8c701d38 Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Wed, 10 Nov 2021 18:58:34 +0100 Subject: [PATCH] MXSession: Add logs to track if E2EE is enabled by default on the current HS. --- Riot/Categories/MXSession+Riot.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Categories/MXSession+Riot.m b/Riot/Categories/MXSession+Riot.m index f26fda0b1..f89dc1f62 100644 --- a/Riot/Categories/MXSession+Riot.m +++ b/Riot/Categories/MXSession+Riot.m @@ -65,7 +65,7 @@ } else { - MXLogWarning(@"[MXSession] E2EE is disabled by default on this homeserver."); + MXLogWarning(@"[MXSession] E2EE is disabled by default on this homeserver.\nWellknown content: %@", self.homeserverWellknown.JSONDictionary); success(NO); return [MXHTTPOperation new]; }