effortpost immunity: comments 1k, posts 1k

pull/216/head
Aevann 2023-10-29 00:51:18 +03:00
parent 2c1173cb50
commit c774149ddb
2 changed files with 2 additions and 2 deletions

View File

@ -514,4 +514,4 @@ class Comment(Base):
@property
@lazy
def is_effortpost(self):
return False
return len(self.body) >= 1000

View File

@ -396,4 +396,4 @@ class Post(Base):
@property
@lazy
def is_effortpost(self):
return len(self.body) >= 1500
return len(self.body) >= 1000