force refresh when updating the app

pull/6301/head
Matthew Hodgson 2018-03-09 01:45:37 +00:00
parent c3ebe1f591
commit aa54032500
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ export default class WebPlatform extends VectorBasePlatform {
} }
installUpdate() { installUpdate() {
window.location.reload(); window.location.reload(true);
} }
getDefaultDeviceDisplayName(): string { getDefaultDeviceDisplayName(): string {