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