forked from cory/tildefriends
ssb: Oops, filter on relevant accounts.
This commit is contained in:
parent
d367d47c4d
commit
02d789471f
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&2TUIbhXFJWMc6NTZt2Q0RB004ufTD+6CuaC5i2DdpsU=.sha256"
|
"previous": "&N/c9mpvJbvtyBsWoW+n9NtPMDRlQktALOGLSIyTeCW8=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -168,6 +168,7 @@ class TfElement extends LitElement {
|
|||||||
messages.content ->> '$.type' = 'about' AND
|
messages.content ->> '$.type' = 'about' AND
|
||||||
messages.content ->> '$.about' = messages.author AND
|
messages.content ->> '$.about' = messages.author AND
|
||||||
NOT fields.key IN ('about', 'type')) all_abouts
|
NOT fields.key IN ('about', 'type')) all_abouts
|
||||||
|
JOIN json_each(?) AS following ON all_abouts.author = following.value
|
||||||
WHERE rank = 1
|
WHERE rank = 1
|
||||||
GROUP BY all_abouts.author
|
GROUP BY all_abouts.author
|
||||||
`,
|
`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user