remotes/1693045480750635534/spooky-22
Aevann1 2022-03-17 21:15:45 +02:00
parent 6a8fac96fc
commit 5af904d2a4
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ class Comment(Base):
if self.is_banned: return True
if path.startswith('/post') and (self.slots_result or self.blackjack_result or self.wordle_result) and (not self.body or len(self.body) <= 50) and self.level > 1: return True
if path.startswith('/post') and (self.slots_result or self.blackjack_result or self.wordle_result) and (not self.body or len(self.body) <= 50) and 9 > self.level > 1: 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