Fix liked query
This commit is contained in:
2
app.py
2
app.py
@@ -114,7 +114,7 @@ def inject_config():
|
|||||||
"meta.poll_answer": False,
|
"meta.poll_answer": False,
|
||||||
}
|
}
|
||||||
liked_q = {
|
liked_q = {
|
||||||
**in_outbox,
|
**in_outbox(),
|
||||||
"meta.deleted": False,
|
"meta.deleted": False,
|
||||||
"meta.undo": False,
|
"meta.undo": False,
|
||||||
"type": ActivityType.LIKE.value,
|
"type": ActivityType.LIKE.value,
|
||||||
|
Reference in New Issue
Block a user