From fc062e0342540f616276d4bc6d430e3c43239966 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 31 Aug 2020 20:21:52 +0100 Subject: [PATCH] Extra invalid nickname --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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