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