Fix/tweak DMs sections
This commit is contained in:
parent
3998d4ed68
commit
c8012ee8f3
2 changed files with 6 additions and 2 deletions
|
@ -142,6 +142,10 @@ def by_visibility(vis: ap.Visibility) -> _SubQuery:
|
|||
return flag(MetaKey.VISIBILITY, vis.name)
|
||||
|
||||
|
||||
def by_object_visibility(vis: ap.Visibility) -> _SubQuery:
|
||||
return flag(MetaKey.OBJECT_VISIBILITY, vis.name)
|
||||
|
||||
|
||||
def by_hashtag(ht: str) -> _SubQuery:
|
||||
return flag(MetaKey.HASHTAGS, ht)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue