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

@ -443,8 +443,8 @@ ${JSON.stringify(mention, null, 2)}</pre
.users=${self.users}
.drafts=${self.drafts}
.expanded=${self.expanded}
channel=${this.channel}
channel_unread=${this.channel_unread}
channel=${self.channel}
channel_unread=${self.channel_unread}
></tf-message>
`
)}