this post was submitted on 20 Jun 2023
286 points (99.7% liked)
Announcements
765 readers
119 users here now
Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.
You can also find major news on join-lemmy.org
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is a UI issue. As a temporary solution, you can modify the post (maxlength) using your browser's dev tools until lemmy devs implement a fix.
I'm not having any luck with that solution. Can you please explain further?
The v0.18 test instance is already showing
maxlength="50000"
in the post body textarea and still failing withinvalid_body_field
for any posts over 10K chars. The github issues above mention that it's the backend that is limited to 10K.