forked from cory/tildefriends
ssb: Show the load more button for mentions.
This commit is contained in:
parent
7da3244da2
commit
2230351e3e
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🐌",
|
"emoji": "🐌",
|
||||||
"previous": "&onuy7/nH00Er+ujPI0ghlCOpRdDkuwL9nY2/WocLxTg=.sha256"
|
"previous": "&xmK/qm3j46oW14K8BvE75Tt0tNgsBWJ9E8qK9a/3tUw=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -305,7 +305,8 @@ class TfTabNewsFeedElement extends LitElement {
|
|||||||
this.load_messages();
|
this.load_messages();
|
||||||
}
|
}
|
||||||
let more;
|
let more;
|
||||||
if (!this.hash.startsWith('#@') && !this.hash.startsWith('#%')) {
|
if (this.hash == '#@' ||
|
||||||
|
(!this.hash.startsWith('#@') && !this.hash.startsWith('#%'))) {
|
||||||
more = html`
|
more = html`
|
||||||
<p>
|
<p>
|
||||||
<button class="w3-button w3-theme-d1" @click=${this.mark_all_read}>
|
<button class="w3-button w3-theme-d1" @click=${this.mark_all_read}>
|
||||||
|
Loading…
Reference in New Issue
Block a user