ssb: Had my refs backward.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m17s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m17s
This commit is contained in:
parent
1011e0026b
commit
ea60b165da
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&1odTdQMYLeIjmLDEIAxcoabT7D5cXYWcDO4nNJH9KRY=.sha256"
|
"previous": "&U/Hy2rgSqwKeF30kKWPUL0qLzXBnxPHxQS5OgfxwZG8=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -178,7 +178,7 @@ class TfTabNewsFeedElement extends LitElement {
|
|||||||
FROM news
|
FROM news
|
||||||
JOIN messages_refs refs_in ON news.id = refs_in.ref
|
JOIN messages_refs refs_in ON news.id = refs_in.ref
|
||||||
JOIN messages_refs refs_out ON news.id = refs_out.message
|
JOIN messages_refs refs_out ON news.id = refs_out.message
|
||||||
JOIN messages ON (messages.id = refs_out.message OR messages.id = refs_in.ref)
|
JOIN messages ON (messages.id = refs_out.ref OR messages.id = refs_in.message)
|
||||||
`,
|
`,
|
||||||
[JSON.stringify(this.following), start_time, end_time]
|
[JSON.stringify(this.following), start_time, end_time]
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user