mirror of https://gitlab.com/bashrc2/epicyon
Another user path
parent
290a5468c5
commit
133185d3e9
File diff suppressed because it is too large
Load Diff
2
utils.py
2
utils.py
|
@ -1781,7 +1781,7 @@ def get_user_paths() -> []:
|
||||||
e.g. /users/nickname, /channel/nickname
|
e.g. /users/nickname, /channel/nickname
|
||||||
"""
|
"""
|
||||||
return ('/users/', '/profile/', '/accounts/', '/channel/', '/u/',
|
return ('/users/', '/profile/', '/accounts/', '/channel/', '/u/',
|
||||||
'/c/', '/m/', '/video-channels/', '/author/',
|
'/c/', '/m/', '/a/', '/video-channels/', '/author/',
|
||||||
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/',
|
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/',
|
||||||
'/fediverse/blog/', '/user/', '/@')
|
'/fediverse/blog/', '/user/', '/@')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue