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:54:39 +01:00
parent c51ca864b0
commit 093409fea6
+1 -1
View File
@@ -65,7 +65,7 @@
}
else
{
MXLogInfo(@"[MXSession] E2EE is disabled by default on this homeserver");
MXLogWarning(@"[MXSession] E2EE is disabled by default on this homeserver.");
success(NO);
return [MXHTTPOperation new];
}