refactor: simpler rejoin

remove pointless app.cacheBuster = null
This commit is contained in:
Barış Soner Uşaklı
2021-11-08 22:48:02 -05:00
parent e3f5b706a5
commit 619034484f
2 changed files with 4 additions and 31 deletions

View File

@@ -7,7 +7,6 @@ app.isFocused = true;
app.currentRoom = null;
app.widgets = {};
app.flags = {};
app.cacheBuster = null;
(function () {
let appLoaded = false;