From 394fd462dc48654ba7743bb9c2ac378f98f75bd4 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 10 Jun 2021 13:01:00 +0300 Subject: proper cachin of headTailLinks, show mentions in notificaitons always --- src/components/status/status.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/status/status.js') diff --git a/src/components/status/status.js b/src/components/status/status.js index 0498f28a..e9a5ec0d 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -142,7 +142,8 @@ const Status = { replyProfileLink () { if (this.isReply) { const user = this.$store.getters.findUser(this.status.in_reply_to_user_id) - return user && user.statusnet_profile_url + // FIXME Why user not found sometimes??? + return user ? user.statusnet_profile_url : 'NOT_FOUND' } }, retweet () { return !!this.statusoid.retweeted_status }, -- cgit v1.2.3-70-g09d2