MXSession: Add logs to track if E2EE is enabled by default on the current HS.

This commit is contained in:
SBiOSoftWhare
2021-11-10 18:58:34 +01:00
parent 093409fea6
commit 8f59d55b67
+1 -1
View File
@@ -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];
}