make chadmins have access to /h/chudrama

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-04 22:27:37 +02:00
parent 9d101e7841
commit 10efc700d1
1 changed files with 1 additions and 0 deletions

View File

@ -856,6 +856,7 @@ class User(Base):
@property
@lazy
def can_see_chudrama(self):
if self.admin_level: return True
if self.client: return True
if self.truecoins >= 5000: return True
if self.agendaposter: return True