Revert "Change post length limit to 100,000"
Apparently this is configurable in the web UI.
This reverts commit 4127d0965f
.
This commit is contained in:
parent
c39f660b7a
commit
39814a5351
|
@ -213,7 +213,7 @@ class Config(models.Model):
|
|||
signup_email_admins: bool = True
|
||||
content_warning_text: str = "Content Warning"
|
||||
|
||||
post_length: int = 100_000
|
||||
post_length: int = 500
|
||||
max_media_attachments: int = 4
|
||||
post_minimum_interval: int = 3 # seconds
|
||||
identity_min_length: int = 2
|
||||
|
|
Loading…
Reference in New Issue