I followed a process to increase my character count for posts. 4.2.0 seems to have broken it
Steps:
```
su - mastodon
nano live/app/javascript/mastodon/features/compose/components/compose_form.js
nano live/app/validators/status_length_validator.rb
Change '500' above to character count
Then
nano live/app/serializers/rest/instance_serializer.rb
```
But this file seems to no longer exist.
Thoughts?
@jimcarroll you have to change the new compose_form.jsx file (mind the x at the end).
You can check here: https://wiki.mountains.social/en/Customization
@bergmeister Thanks, helpful.