From c51ca864b022c8ebcf9923e4ccb8eef6019ce30e Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Wed, 10 Nov 2021 18:42:29 +0100 Subject: [PATCH] MXSession: Add logs to track if E2EE is enabled by default on the current HS. --- Riot/Categories/MXSession+Riot.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Riot/Categories/MXSession+Riot.m b/Riot/Categories/MXSession+Riot.m index 901c58406..05d5cd624 100644 --- a/Riot/Categories/MXSession+Riot.m +++ b/Riot/Categories/MXSession+Riot.m @@ -65,6 +65,7 @@ } else { + MXLogInfo(@"[MXSession] E2EE is disabled by default on this homeserver"); success(NO); return [MXHTTPOperation new]; }