From 6599160707b4817588d687ff0a0e9c3f8b72b6b7 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Fri, 28 Feb 2020 20:32:54 +0000 Subject: [PATCH] fixed bug with saved notes --- src/components/app/relationships/RecentFriendsTab.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/app/relationships/RecentFriendsTab.vue b/src/components/app/relationships/RecentFriendsTab.vue index e628277..6ea1398 100644 --- a/src/components/app/relationships/RecentFriendsTab.vue +++ b/src/components/app/relationships/RecentFriendsTab.vue @@ -53,6 +53,7 @@ export default { const channel = this.sortedChannels[index]; if (channel.server_id) continue; const recipient = channel.recipients[0]; + if (recipient.uniqueID === this.user.uniqueID) continue; const notified = notifications.find( n =>