mountains.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon instance focusing on hiking, mountaineering, climbing, backpacking and the outdoors.

Server stats:

135
active users

#mastoadmin #selfhost

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?