ssb: Unread status for private messages.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 32m23s

This commit is contained in:
2025-08-14 12:40:58 -04:00
parent d78828554b
commit 00f75d5382
4 changed files with 20 additions and 4 deletions

View File

@@ -374,7 +374,7 @@ class TfElement extends LitElement {
let result = await this.decrypt(
await tfrpc.rpc.query(
`
SELECT messages.id, author, timestamp, json(content) AS content
SELECT messages.rowid, messages.id, author, timestamp, json(content) AS content
FROM messages
JOIN json_each(?) AS ids
WHERE messages.id = ids.value