mirror of https://gitlab.com/bashrc2/epicyon
Users path
parent
82d4f9a691
commit
3dbfb7eb82
4
utils.py
4
utils.py
|
@ -1327,7 +1327,7 @@ def get_user_paths() -> []:
|
|||
e.g. /users/nickname, /channel/nickname
|
||||
"""
|
||||
return ('/users/', '/profile/', '/accounts/', '/channel/', '/u/',
|
||||
'/c/', '/video-channels/', '/author/')
|
||||
'/c/', '/video-channels/', '/author/', '/activitypub/')
|
||||
|
||||
|
||||
def get_group_paths() -> []:
|
||||
|
@ -2263,7 +2263,7 @@ def _get_reserved_words() -> str:
|
|||
'searchemoji', 'catalog', 'conversationId',
|
||||
'mention', 'http', 'https', 'ipfs', 'ipns',
|
||||
'ontologies', 'data', 'postedit', 'moved',
|
||||
'inactive')
|
||||
'inactive', 'activitypub')
|
||||
|
||||
|
||||
def get_nickname_validation_pattern() -> str:
|
||||
|
|
Loading…
Reference in New Issue