dfsdfs
This commit is contained in:
parent
0befcc29b8
commit
923e8f0557
3 changed files with 5 additions and 4 deletions
|
@ -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: return True
|
||||
if self.is_banned or self.author.shadowbanned: return True
|
||||
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue