remotes/1693045480750635534/spooky-22
Aevann1 2021-10-14 15:47:31 +02:00
parent bab59a9c1a
commit 862f584df3
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ class Comment(Base):
if any([x in self.body for x in v.filter_words]):
return True
if self.is_banned or self.author.shadowbanned: return True
if self.is_banned or (self.author and self.author.shadowbanned): return True
return False