mirror of https://gitlab.com/bashrc2/epicyon
Extra statuses path
parent
bbc75c4967
commit
19c876ee85
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/', '/post/', '/item/', '/videos/',
|
'/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/',
|
||||||
'/button/')
|
'/button/')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue