Add changelog.

Remove whitespace.
This commit is contained in:
Doug
2021-11-11 09:28:12 +00:00
parent 8f59d55b67
commit 9f02c86b05
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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];
}
+1
View File
@@ -0,0 +1 @@
MXSession: Add logs to track if E2EE is enabled by default on the current HS.