remove verified email bypass in chat on g-tix's request

pull/195/head
Aevann 2023-08-14 15:34:59 +03:00
parent 5d92d1e428
commit 1257cb8fce
1 changed files with 0 additions and 1 deletions

View File

@ -275,7 +275,6 @@ class User(Base):
def allowed_in_chat(self):
if self.admin_level: return True
if self.truescore >= TRUESCORE_CHAT_MINIMUM: return True
if self.email_verified: return True
if self.patron: return True
return False