ssb: The unread line can be used to make everything above read.

This commit is contained in:
2025-07-02 18:19:34 -04:00
parent ef21dc6ae8
commit ef389f2ba2
3 changed files with 15 additions and 2 deletions

View File

@ -486,6 +486,7 @@ class TfTabNewsFeedElement extends LitElement {
channel=${this.channel()}
channel_unread=${this.channels_unread?.[this.channel()]}
.recent_reactions=${this.recent_reactions}
@mark_all_read=${this.mark_all_read}
></tf-news>
${more}
`);