mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Crypto: Enable e2e by default
Once enabled, it is still not possible to disable it but do some cleaning in case of disabling in case we change our mind on this button.
This commit is contained in:
@@ -1461,7 +1461,7 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)();
|
||||
// This means that the user will need to log in again if he wants to re-enable e2e.
|
||||
if (!switchButton.isOn)
|
||||
{
|
||||
//[account resetDeviceId];
|
||||
[account resetDeviceId];
|
||||
}
|
||||
|
||||
// Reload all data source of encrypted rooms
|
||||
|
||||
Reference in New Issue
Block a user