From 5c7776abb7bc00091c9269cfb473fed4ee7c4969 Mon Sep 17 00:00:00 2001 From: edideaur Date: Mon, 16 Mar 2026 19:41:01 +0000 Subject: [PATCH] actually refresh instances on refresh... --- js/storage.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/storage.js b/js/storage.js index ce4ea6c..4b07b08 100644 --- a/js/storage.js +++ b/js/storage.js @@ -182,6 +182,10 @@ export const apiSettings = { }, async refreshInstances() { + this.instancesLoaded = false; + this._loadPromise = null; + localStorage.removeItem(this.STORAGE_KEY); + const instances = await this.loadInstancesFromGitHub(); const shuffle = (array) => {