Skip to content

Commit

Permalink
force refresh when updating the app
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Mar 9, 2018
1 parent c3ebe1f commit aa54032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/platform/WebPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export default class WebPlatform extends VectorBasePlatform {
}

installUpdate() {
window.location.reload();
window.location.reload(true);
}

getDefaultDeviceDisplayName(): string {
Expand Down

0 comments on commit aa54032

Please sign in to comment.