forked from MarseyWorld/MarseyWorld
reduce effortposts threshold from 3000 to 1500
parent
c2e4eda509
commit
d784bafbce
|
@ -396,4 +396,4 @@ class Post(Base):
|
|||
@property
|
||||
@lazy
|
||||
def is_effortpost(self):
|
||||
return len(self.body) >= 3000
|
||||
return len(self.body) >= 1500
|
||||
|
|
Loading…
Reference in New Issue