chore(version-snjs): 2.7.2

This commit is contained in:
Antonella Sgarlatta
2021-06-17 13:18:48 -03:00
parent eb41b426fd
commit 650109f63f
3 changed files with 6 additions and 7 deletions

View File

@@ -228,8 +228,7 @@ class AccountMenuCtrl extends PureViewCtrl<unknown, AccountMenuState> {
onHostInputChange() {
const url = this.getState().formData.url!;
this.application!.setHost(url);
this.application!.setNextVersionHost(url);
this.application!.setCustomHost(url);
}
refreshEncryptionStatus() {