remotes/1693045480750635534/spooky-22
Aevann1 2021-11-11 21:52:48 +02:00
parent 91d8455045
commit 4d4836ec77
1 changed files with 1 additions and 1 deletions

View File

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