fsd
This commit is contained in:
parent
9925639e79
commit
021d5d3db6
1 changed files with 2 additions and 0 deletions
|
@ -418,6 +418,8 @@ class Comment(Base):
|
|||
|
||||
if self.is_banned: return True
|
||||
|
||||
if (self.slots_result or self.blackjack_result) and len(self.body) <= 20 and level > 1: return True
|
||||
|
||||
return False
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue