forked from rDrama/rDrama
1
0
Fork 0

remove collapsing for shadowbanned on fishyman requests

master
Aevann 2024-05-21 00:15:40 +03:00
parent 25c60d2982
commit 0930eb50c7
1 changed files with 0 additions and 2 deletions

View File

@ -472,8 +472,6 @@ class Comment(Base):
if self.is_banned: return True
if self.author.shadowbanned: return True
if v and v.filter_words and self.body and any(x in self.body for x in v.filter_words): return True
return False