mirror of https://gitlab.com/bashrc2/epicyon
Extra users path
parent
1f04ed8e6f
commit
b3aa116a80
3
utils.py
3
utils.py
|
@ -1884,7 +1884,8 @@ def get_user_paths() -> []:
|
|||
e.g. /users/nickname, /channel/nickname
|
||||
"""
|
||||
return ('/users/', '/profile/', '/accounts/', '/channel/',
|
||||
'/u/', '/c/', '/m/', '/a/', '/video-channels/', '/author/',
|
||||
'/u/', '/c/', '/m/', '/a/', '/video-channels/',
|
||||
'/nieuws/author/', '/author/',
|
||||
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/',
|
||||
'/fediverse/blog/', '/user/', '/@', '/api/collections/')
|
||||
|
||||
|
|
Loading…
Reference in New Issue