mirror of https://gitlab.com/bashrc2/epicyon
Another users path
parent
4983e6177e
commit
76d32be742
4
utils.py
4
utils.py
|
@ -1656,7 +1656,7 @@ def _get_statuses_list() -> []:
|
|||
"""
|
||||
return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
|
||||
'/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/',
|
||||
'/button/', '/x/', '/o/', '/posts/', '/items/', '/ap/object/')
|
||||
'/button/', '/x/', '/o/', '/posts/', '/items/', '/object/')
|
||||
|
||||
|
||||
def contains_statuses(url: str) -> bool:
|
||||
|
@ -1888,7 +1888,7 @@ def get_user_paths() -> []:
|
|||
'/nieuws/author/', '/author/',
|
||||
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/',
|
||||
'/fediverse/blog/', '/user/', '/@', '/api/collections/',
|
||||
'/feed/')
|
||||
'/feed/', '/actor/')
|
||||
|
||||
|
||||
def get_group_paths() -> []:
|
||||
|
|
Loading…
Reference in New Issue