From b09eef99a03e0ea15e6df4bc2d35f5bd29647ef4 Mon Sep 17 00:00:00 2001 From: bashrc Date: Thu, 14 May 2026 16:32:28 +0100 Subject: [PATCH] Allow nickname --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index a9892b196..f717c4d18 100644 --- a/utils.py +++ b/utils.py @@ -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: