mirror of https://gitlab.com/bashrc2/epicyon
Another statuses path
parent
eed4507fb6
commit
12471ed0c3
5
utils.py
5
utils.py
|
@ -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/')
|
'/button/', '/x/')
|
||||||
|
|
||||||
|
|
||||||
def contains_statuses(url: str) -> bool:
|
def contains_statuses(url: str) -> bool:
|
||||||
|
@ -1887,8 +1887,7 @@ def get_user_paths() -> []:
|
||||||
'/u/', '/c/', '/m/', '/a/', '/video-channels/',
|
'/u/', '/c/', '/m/', '/a/', '/video-channels/',
|
||||||
'/nieuws/author/', '/author/',
|
'/nieuws/author/', '/author/',
|
||||||
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/',
|
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/',
|
||||||
'/fediverse/blog/', '/user/', '/@', '/api/collections/',
|
'/fediverse/blog/', '/user/', '/@', '/api/collections/')
|
||||||
'/x/')
|
|
||||||
|
|
||||||
|
|
||||||
def get_group_paths() -> []:
|
def get_group_paths() -> []:
|
||||||
|
|
Loading…
Reference in New Issue