Fix unfavoriting

This commit is contained in:
Natsumi
2025-11-01 16:38:36 +11:00
parent 447ff3ce20
commit 23b7c45951
5 changed files with 33 additions and 51 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export const useVrStore = defineStore('Vr', () => {
// run these methods again to send data to the overlay
sharedFeedStore.updateSharedFeed(true);
friendStore.onlineFriendCount = 0; // force an update
friendStore.updateOnlineFriendCoutner();
friendStore.updateOnlineFriendCounter();
}
async function saveOpenVROption() {