From 2230351e3ed31379a975df805ad4babe6896a1cb Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 7 Dec 2024 10:38:34 -0500 Subject: [PATCH] ssb: Show the load more button for mentions. --- apps/ssb.json | 2 +- apps/ssb/tf-tab-news-feed.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/ssb.json b/apps/ssb.json index b6566b4ab..28ee08810 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🐌", - "previous": "&onuy7/nH00Er+ujPI0ghlCOpRdDkuwL9nY2/WocLxTg=.sha256" + "previous": "&xmK/qm3j46oW14K8BvE75Tt0tNgsBWJ9E8qK9a/3tUw=.sha256" } diff --git a/apps/ssb/tf-tab-news-feed.js b/apps/ssb/tf-tab-news-feed.js index 4f90dbcc6..1f2cbd676 100644 --- a/apps/ssb/tf-tab-news-feed.js +++ b/apps/ssb/tf-tab-news-feed.js @@ -305,7 +305,8 @@ class TfTabNewsFeedElement extends LitElement { this.load_messages(); } let more; - if (!this.hash.startsWith('#@') && !this.hash.startsWith('#%')) { + if (this.hash == '#@' || + (!this.hash.startsWith('#@') && !this.hash.startsWith('#%'))) { more = html`