gfgfgf
This commit is contained in:
parent
c121a26e61
commit
3e92ef07f8
6 changed files with 26 additions and 15 deletions
|
@ -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 and not v.shadowbanned): return True
|
||||
if self.is_banned: return True
|
||||
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue