Additional user path

merge-requests/30/head
Bob Mottram 2023-06-26 11:38:21 +01:00
parent 9b1f5ad080
commit 73509cca17
1 changed files with 2 additions and 1 deletions

View File

@ -1444,7 +1444,8 @@ def get_user_paths() -> []:
"""
return ('/users/', '/profile/', '/accounts/', '/channel/', '/u/',
'/c/', '/m/', '/video-channels/', '/author/',
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/')
'/activitypub/', '/actors/', '/snac/', '/@/', '/~/',
'/fediverse/blog/')
def get_group_paths() -> []: