Another statuses path

main
Bob Mottram 2024-06-13 10:09:29 +01:00
parent 04118c02ba
commit 4983e6177e
1 changed files with 1 additions and 1 deletions

View File

@ -1656,7 +1656,7 @@ def _get_statuses_list() -> []:
""" """
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/', return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
'/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/', '/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/',
'/button/', '/x/', '/o/', '/posts/', '/items/') '/button/', '/x/', '/o/', '/posts/', '/items/', '/ap/object/')
def contains_statuses(url: str) -> bool: def contains_statuses(url: str) -> bool: