This commit is contained in:
Natsumi
2025-09-26 05:27:18 +12:00
parent 001a79b83c
commit b0517237ed
8 changed files with 46 additions and 95 deletions
+1 -1
View File
@@ -646,7 +646,7 @@ export const useInstanceStore = defineStore('Instance', () => {
L.shortName = instance.shortName;
}
instance.$location = L;
L.user = null;
L.user = {};
if (L.userId) {
ref = userStore.cachedUsers.get(L.userId);
if (typeof ref === 'undefined') {