ssb: Fix an instance of channels being stuck unread.

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

@ -165,6 +165,7 @@ class TfNewsElement extends LitElement {
} else {
if (group.length > 0) {
result.push({
rowid: Math.max(...group.map(x => x.rowid)),
type: 'contact_group',
messages: group,
});
@ -175,6 +176,7 @@ class TfNewsElement extends LitElement {
}
if (group.length > 0) {
result.push({
rowid: Math.max(...group.map(x => x.rowid)),
type: 'contact_group',
messages: group,
});