ssb: Oops, filter on relevant accounts.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 4m33s

This commit is contained in:
2025-05-08 12:58:57 -04:00
parent d367d47c4d
commit 02d789471f
2 changed files with 2 additions and 1 deletions

View File

@ -168,6 +168,7 @@ class TfElement extends LitElement {
messages.content ->> '$.type' = 'about' AND
messages.content ->> '$.about' = messages.author AND
NOT fields.key IN ('about', 'type')) all_abouts
JOIN json_each(?) AS following ON all_abouts.author = following.value
WHERE rank = 1
GROUP BY all_abouts.author
`,