mirror of https://gitlab.com/bashrc2/epicyon
Additional user path
parent
9b1f5ad080
commit
73509cca17
3
utils.py
3
utils.py
|
@ -1444,7 +1444,8 @@ def get_user_paths() -> []:
|
||||||
"""
|
"""
|
||||||
return ('/users/', '/profile/', '/accounts/', '/channel/', '/u/',
|
return ('/users/', '/profile/', '/accounts/', '/channel/', '/u/',
|
||||||
'/c/', '/m/', '/video-channels/', '/author/',
|
'/c/', '/m/', '/video-channels/', '/author/',
|
||||||
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/')
|
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/',
|
||||||
|
'/fediverse/blog/')
|
||||||
|
|
||||||
|
|
||||||
def get_group_paths() -> []:
|
def get_group_paths() -> []:
|
||||||
|
|
Loading…
Reference in New Issue