From 69923c2655bc6172c6c8f6ca56bd6afbc65ed7e4 Mon Sep 17 00:00:00 2001 From: pa Date: Fri, 31 Oct 2025 17:41:28 +0900 Subject: [PATCH] revert applyUser Changes --- src/stores/user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stores/user.js b/src/stores/user.js index 9333fd48..5f5df520 100644 --- a/src/stores/user.js +++ b/src/stores/user.js @@ -413,7 +413,7 @@ export const useUserStore = defineStore('User', () => { delete json.currentAvatarThumbnailImageUrl; } if (typeof ref === 'undefined') { - ref = { + ref = reactive({ ageVerificationStatus: '', ageVerified: false, allowAvatarCopying: false, @@ -480,7 +480,7 @@ export const useUserStore = defineStore('User', () => { $moderations: {}, // ...json - }; + }); if (locationStore.lastLocation.playerList.has(json.id)) { // update $location_at from instance join time const player = locationStore.lastLocation.playerList.get(