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

View File

@@ -1167,7 +1167,6 @@ export const useInstanceStore = defineStore('Instance', () => {
isChatBoxMuted,
ageVerified
});
// get block, mute
};
const playersInInstance = locationStore.lastLocation.playerList;

View File

@@ -1821,6 +1821,7 @@ export const useUserStore = defineStore('User', () => {
hasEmail: false,
hasLoggedInFromClient: false,
hasPendingEmail: false,
hasSharedConnectionsOptOut: false,
hideContentFilterSettings: false,
homeLocation: '',
id: '',