Mastodon developers insist on having the max post length being limited to 500 characters. While it’s their software and they can do whatever they want, it’s also open source, so I can do whatever I want with it.
Previously, that meant re-building both the frontend and the backend, because the limit was explicit in both.
With Masotodon 4.3.0, a new change landed, letting the fronted deduce the limit from the backend’s configuration. That means the patch is now much slimmer:
|
|
If you run mastodon on nixos, the simplest way to apply the patch would be to add the following to your configuration:
|
|