ssb: Better handling of private message drafts.

This commit is contained in:
2025-08-13 19:53:28 -04:00
parent 7cec0f7d61
commit f378db6c6f
4 changed files with 16 additions and 3 deletions

View File

@@ -230,7 +230,6 @@ class TfTabNewsFeedElement extends LitElement {
result = (await this.decrypt(result)).filter((x) => x.decrypted);
} else if (this.hash.startsWith('#🔐')) {
let ids = this.hash.substring('#🔐'.length).split(',');
console.log(this.grouped_private_messages);
result = await tfrpc.rpc.query(
`
SELECT TRUE AS is_primary, messages.rowid, messages.id, previous, author, sequence, timestamp, hash, json(content) AS content, signature