mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
revert applyUser Changes
This commit is contained in:
+2
-2
@@ -413,7 +413,7 @@ export const useUserStore = defineStore('User', () => {
|
|||||||
delete json.currentAvatarThumbnailImageUrl;
|
delete json.currentAvatarThumbnailImageUrl;
|
||||||
}
|
}
|
||||||
if (typeof ref === 'undefined') {
|
if (typeof ref === 'undefined') {
|
||||||
ref = {
|
ref = reactive({
|
||||||
ageVerificationStatus: '',
|
ageVerificationStatus: '',
|
||||||
ageVerified: false,
|
ageVerified: false,
|
||||||
allowAvatarCopying: false,
|
allowAvatarCopying: false,
|
||||||
@@ -480,7 +480,7 @@ export const useUserStore = defineStore('User', () => {
|
|||||||
$moderations: {},
|
$moderations: {},
|
||||||
//
|
//
|
||||||
...json
|
...json
|
||||||
};
|
});
|
||||||
if (locationStore.lastLocation.playerList.has(json.id)) {
|
if (locationStore.lastLocation.playerList.has(json.id)) {
|
||||||
// update $location_at from instance join time
|
// update $location_at from instance join time
|
||||||
const player = locationStore.lastLocation.playerList.get(
|
const player = locationStore.lastLocation.playerList.get(
|
||||||
|
|||||||
Reference in New Issue
Block a user