From aa540325004cbdb1ffa66c5c1ff955f6cee0f045 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Fri, 9 Mar 2018 01:45:37 +0000
Subject: [PATCH] force refresh when updating the app

---
 src/vector/platform/WebPlatform.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vector/platform/WebPlatform.js b/src/vector/platform/WebPlatform.js
index b88ee93f..a3ea12e8 100644
--- a/src/vector/platform/WebPlatform.js
+++ b/src/vector/platform/WebPlatform.js
@@ -179,7 +179,7 @@ export default class WebPlatform extends VectorBasePlatform {
     }
 
     installUpdate() {
-        window.location.reload();
+        window.location.reload(true);
     }
 
     getDefaultDeviceDisplayName(): string {