From f4c2be69244f6d9425871ba944b1c25c04f8e7b5 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 5 May 2025 17:12:42 +0900 Subject: [PATCH] fix --- src/views/SideBar/components/FriendsSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SideBar/components/FriendsSidebar.vue b/src/views/SideBar/components/FriendsSidebar.vue index 15588323..dba4fbec 100644 --- a/src/views/SideBar/components/FriendsSidebar.vue +++ b/src/views/SideBar/components/FriendsSidebar.vue @@ -234,7 +234,7 @@ if (!friend.ref.$location.isRealInstance && this.lastLocation.friendList.has(friend.id)) { locationTag = this.lastLocation.location; } - let isRealInstance = utils.isRealInstance(locationTag); + let isRealInstance = this.isRealInstance(locationTag); if (!isRealInstance) { return; }