diff --git a/src/views/SideBar/components/FriendsSidebar.vue b/src/views/SideBar/components/FriendsSidebar.vue index 30f9a148..ecddd7b3 100644 --- a/src/views/SideBar/components/FriendsSidebar.vue +++ b/src/views/SideBar/components/FriendsSidebar.vue @@ -234,7 +234,8 @@ if (!friend.ref.$location.isRealInstance && this.lastLocation.friendList.has(friend.id)) { locationTag = this.lastLocation.location; } - if (!locationTag) { + let isRealInstance = utils.isRealInstance(locationTag); + if (!isRealInstance) { return; }