mirror of https://gitlab.com/bashrc2/epicyon
Undo
parent
344036e3f5
commit
15ea85d60d
2
utils.py
2
utils.py
|
@ -1402,7 +1402,7 @@ def get_user_paths() -> []:
|
||||||
"""
|
"""
|
||||||
return ('/users/', '/profile/', '/accounts/', '/channel/', '/u/',
|
return ('/users/', '/profile/', '/accounts/', '/channel/', '/u/',
|
||||||
'/c/', '/video-channels/', '/author/', '/activitypub/',
|
'/c/', '/video-channels/', '/author/', '/activitypub/',
|
||||||
'/actors/', '/snac/', '/@/', '/~/', '/notes/')
|
'/actors/', '/snac/', '/@/', '/~/')
|
||||||
|
|
||||||
|
|
||||||
def get_group_paths() -> []:
|
def get_group_paths() -> []:
|
||||||
|
|
Loading…
Reference in New Issue