mirror of https://gitlab.com/bashrc2/epicyon
Additional statuses path
parent
704ba91d0f
commit
e3c04b01ce
2
utils.py
2
utils.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue