Cleanup queries
This commit is contained in:
parent
151ced0b41
commit
bcec7146fd
2 changed files with 48 additions and 45 deletions
|
@ -101,6 +101,10 @@ def follow_request_accepted() -> _SubQuery:
|
|||
return flag(MetaKey.FOLLOW_STATUS, FollowStatus.ACCEPTED.value)
|
||||
|
||||
|
||||
def not_poll_answer() -> _SubQuery:
|
||||
return flag(MetaKey.POLL_ANSWER, False)
|
||||
|
||||
|
||||
def not_in_reply_to() -> _SubQuery:
|
||||
return {"activity.object.inReplyTo": None}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue