Allow nickname

main
bashrc 2026-05-14 16:32:28 +01:00
parent b38ec2649f
commit b09eef99a0
1 changed files with 1 additions and 1 deletions

View File

@ -2539,7 +2539,7 @@ def _is_reserved_name(nickname: str) -> bool:
reserved_names: list[str] = (
'users', 'accounts', 'profile', 'statuses', 'packs', 'backend',
'search', 'channel', 'config', 'settings', 'credentials', 'apis',
'http', 'https', 'ipfs', 'ipns', 'laravel', 'js', 'root', 'webmail',
'http', 'https', 'ipfs', 'ipns', 'laravel', 'root', 'webmail',
'mail', 'statistics'
)
if nickname in reserved_names: