diff --git a/app.py b/app.py index 8c27698..54eeaf3 100644 --- a/app.py +++ b/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,