ssb: Bring back the updating date while loading.

This commit is contained in:
2024-12-07 14:58:01 -05:00
parent 1c0964753b
commit 1dbf162a71
3 changed files with 25 additions and 11 deletions

View File

@ -256,7 +256,6 @@ class TfElement extends LitElement {
UNION
SELECT '' AS channel, MAX(messages.rowid) AS rowid FROM messages
JOIN json_each(?2) AS following ON messages.author = following.value
WHERE messages.content ->> 'type' = 'post'
UNION
SELECT '@' AS channel, MAX(messages.rowid) AS rowid FROM messages_fts(?3)
JOIN messages ON messages.rowid = messages_fts.rowid