force refresh when updating the app

This commit is contained in:
Matthew Hodgson
2018-03-09 01:45:44 +00:00
parent c3ebe1f591
commit aa54032500
+1 -1
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 {