forked from rDrama/rDrama
1
0
Fork 0

add a space between 2 functions

master
Aevann1 2022-11-12 14:11:44 +02:00
parent 4df96767ba
commit 6b3c4048b5
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ class User(Base):
if self.agendaposter: return False
if self.profile_url.startswith('/e/') and not self.customtitle and self.namecolor == DEFAULT_COLOR: return False
return True
@lazy
def mods(self, sub):
if self.is_suspended_permanently or self.shadowbanned: return False