mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Lint
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user