From 9f02c86b05066d8a44dbb02978b19865bc27bc49 Mon Sep 17 00:00:00 2001 From: Doug Date: Thu, 11 Nov 2021 09:28:12 +0000 Subject: [PATCH] Add changelog. Remove whitespace. --- Riot/Categories/MXSession+Riot.m | 2 +- changelog.d/5129.change | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/5129.change diff --git a/Riot/Categories/MXSession+Riot.m b/Riot/Categories/MXSession+Riot.m index f89dc1f62..069e13ca6 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.\nWellknown content: %@", self.homeserverWellknown.JSONDictionary); + MXLogWarning(@"[MXSession] E2EE is disabled by default on this homeserver.\nWellknown content: %@", self.homeserverWellknown.JSONDictionary); success(NO); return [MXHTTPOperation new]; } diff --git a/changelog.d/5129.change b/changelog.d/5129.change new file mode 100644 index 000000000..86738a989 --- /dev/null +++ b/changelog.d/5129.change @@ -0,0 +1 @@ +MXSession: Add logs to track if E2EE is enabled by default on the current HS. \ No newline at end of file