From ebb72cfe9e6e68526d61f273e08077e072b7efd7 Mon Sep 17 00:00:00 2001 From: Aleksandrs Proskurins Date: Tue, 18 Oct 2022 10:07:40 +0300 Subject: [PATCH] Force update client information --- Riot/Modules/Settings/SettingsViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Riot/Modules/Settings/SettingsViewController.m b/Riot/Modules/Settings/SettingsViewController.m index 9d73fba36..915c2e942 100644 --- a/Riot/Modules/Settings/SettingsViewController.m +++ b/Riot/Modules/Settings/SettingsViewController.m @@ -3328,6 +3328,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate> BOOL isEnabled = sender.isOn; RiotSettings.shared.enableClientInformationFeature = isEnabled; MXSDKOptions.sharedInstance.enableNewClientInformationFeature = isEnabled; + [self.mainSession updateClientInformation]; } - (void)toggleEnableWysiwygComposerFeature:(UISwitch *)sender