Fix liked query
This commit is contained in:
parent
4887bd2eb4
commit
76bb3b59d1
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -114,7 +114,7 @@ def inject_config():
|
|||
"meta.poll_answer": False,
|
||||
}
|
||||
liked_q = {
|
||||
**in_outbox,
|
||||
**in_outbox(),
|
||||
"meta.deleted": False,
|
||||
"meta.undo": False,
|
||||
"type": ActivityType.LIKE.value,
|
||||
|
|
Loading…
Reference in a new issue