This commit is contained in:
Natsumi
2025-12-04 13:34:14 +13:00
parent 25296e21b1
commit 3e7b12ab2b
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1167,7 +1167,6 @@ export const useInstanceStore = defineStore('Instance', () => {
isChatBoxMuted, isChatBoxMuted,
ageVerified ageVerified
}); });
// get block, mute
}; };
const playersInInstance = locationStore.lastLocation.playerList; const playersInInstance = locationStore.lastLocation.playerList;
+1
View File
@@ -1821,6 +1821,7 @@ export const useUserStore = defineStore('User', () => {
hasEmail: false, hasEmail: false,
hasLoggedInFromClient: false, hasLoggedInFromClient: false,
hasPendingEmail: false, hasPendingEmail: false,
hasSharedConnectionsOptOut: false,
hideContentFilterSettings: false, hideContentFilterSettings: false,
homeLocation: '', homeLocation: '',
id: '', id: '',