allow patrons in chat always

pull/195/head
Aevann 2023-08-13 22:12:21 +03:00
parent 2e80ebdc0d
commit bc6eb57553
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ class User(Base):
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
@property