ssb: Show the load more button for mentions.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
2024-12-07 10:38:34 -05:00
parent 7da3244da2
commit 2230351e3e
2 changed files with 3 additions and 2 deletions

View File

@ -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`
<p>
<button class="w3-button w3-theme-d1" @click=${this.mark_all_read}>