Merge pull request #6905 from vector-im/aleksandrs/6904_device_client_information_not_updated

Device Manger: Device client information not updated
This commit is contained in:
Aleksandrs Proskurins 2022-10-18 11:37:20 +03:00 committed by GitHub
commit 61f9047163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -3343,6 +3343,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
BOOL isEnabled = sender.isOn;
RiotSettings.shared.enableClientInformationFeature = isEnabled;
MXSDKOptions.sharedInstance.enableNewClientInformationFeature = isEnabled;
[self.mainSession updateClientInformation];
}
- (void)toggleEnableWysiwygComposerFeature:(UISwitch *)sender

1
changelog.d/6904.bugfix Normal file
View file

@ -0,0 +1 @@
Device Manger: Device client information not updated.