Merge branches 'develop' and 't3chguy/toasts3_2' of github.com:vector-im/riot-web into t3chguy/toasts3_2
This commit is contained in:
@@ -157,7 +157,7 @@ export default class WebPlatform extends VectorBasePlatform {
|
||||
});
|
||||
};
|
||||
|
||||
startUpdateCheck = () => {
|
||||
startUpdateCheck() {
|
||||
if (this.showUpdateCheck) return;
|
||||
super.startUpdateCheck();
|
||||
this.pollForUpdate().then((updateState) => {
|
||||
@@ -168,7 +168,7 @@ export default class WebPlatform extends VectorBasePlatform {
|
||||
value: updateState,
|
||||
});
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
installUpdate() {
|
||||
window.location.reload(true);
|
||||
|
||||
Reference in New Issue
Block a user