diff --git a/apps/ssb.json b/apps/ssb.json index b6566b4a..28ee0881 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 4f90dbcc..1f2cbd67 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`