Remove KeyPreSharingStrategy support

This commit is contained in:
Arnaud Ringenbach
2022-03-16 14:17:46 +01:00
parent e8defc3617
commit dc16d3a5f7
6 changed files with 4 additions and 61 deletions
@@ -2375,11 +2375,6 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
if (mainSession)
{
BOOL isLaunching = NO;
if (mainSession.vc_homeserverConfiguration)
{
[MXKAppSettings standardAppSettings].outboundGroupSessionKeyPreSharingStrategy = mainSession.vc_homeserverConfiguration.encryption.outboundKeysPreSharingMode;
}
if (_masterTabBarController.isOnboardingInProgress)
{