Extra statuses path

main
Bob Mottram 2024-06-01 17:27:02 +01:00
parent 12471ed0c3
commit c13b9f8020
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/',
'/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/',
'/button/', '/x/')
'/button/', '/x/', '/o/')
def contains_statuses(url: str) -> bool: