From 36dad532dfe6ab1a081c3991e9b2b53202e0b71f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 24 Nov 2020 12:24:30 +0000 Subject: [PATCH] Comment --- utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.py b/utils.py index 8607c4c6..82989bb5 100644 --- a/utils.py +++ b/utils.py @@ -969,6 +969,7 @@ def validNickname(domain: str, nickname: str) -> bool: for c in forbiddenChars: if c in nickname: return False + # this should only apply for the shared inbox if nickname == domain: return False reservedNames = ('inbox', 'dm', 'outbox', 'following',