Additional statuses path

merge-requests/30/head
Bob Mottram 2024-05-26 11:48:00 +01:00
parent 704ba91d0f
commit e3c04b01ce
1 changed files with 1 additions and 1 deletions

View File

@ -1655,7 +1655,7 @@ def _get_statuses_list() -> []:
"""Returns a list of statuses path strings """Returns a list of statuses path strings
""" """
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/', return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
'/notes/', '/comment/') '/notes/', '/comment/', '/post/')
def contains_statuses(url: str) -> bool: def contains_statuses(url: str) -> bool: