exclude merari from all restricted shit

pull/96/head
Aevann 2023-01-24 07:17:58 +02:00
parent 5502715122
commit 78738589b5
1 changed files with 1 additions and 0 deletions

View File

@ -987,6 +987,7 @@ class User(Base):
@property
@lazy
def can_see_countryclub(self):
if self.id == 2074: return False
if self.shadowbanned: return False
if self.is_suspended_permanently: return False
if self.agendaposter == 1: return False