diff --git a/utils.py b/utils.py index 1a5e1b708..125906f13 100644 --- a/utils.py +++ b/utils.py @@ -621,7 +621,7 @@ def validNickname(domain: str, nickname: str) -> bool: 'likes', 'users', 'statuses', 'accounts', 'channels', 'profile', 'updates', 'repeat', 'announce', - 'shares', 'fonts', 'icons') + 'shares', 'fonts', 'icons', 'avatars') if nickname in reservedNames: return False return True