ssb: Fix an instance of channels being stuck unread.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m22s

This commit is contained in:
2024-12-10 21:09:55 -05:00
parent 76f6a94de5
commit 5115c6e217
5 changed files with 9 additions and 4 deletions

View File

@ -277,6 +277,7 @@ class TfTabNewsElement extends LitElement {
@tf-draft=${this.draft}
@tf-expand=${this.on_expand}
.channels_unread=${this.channels_unread}
.channels_latest=${this.channels_latest}
></tf-tab-news-feed>
</div>
`;