We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAX_TOOT_CHARS=1500
.env.production
Character limit should be 1500
Character limit is 500 in web interface and API
This behavior broke when I upgraded to the current latest commit on main, it was working on v4.4.0-alpha.1.
v4.4.0-alpha.1
mastodon.neat.computer
v4.4.0-alpha.2
Chromium 131.0.6778.265
macOS 15.1.1
The server replies with 422: Validation failed: Text character limit of 500 exceeded when using a client other than the web interface as well.
422: Validation failed: Text character limit of 500 exceeded
The text was updated successfully, but these errors were encountered:
I am unable to reproduce the issue. And mastodon.neat.computer does not seem to be running glitch-soc?
Sorry, something went wrong.
Oh wow that is embarrassing. I did git checkout main last time I upgraded, and switched to regular Mastodon by mistake 😆
git checkout main
No branches or pull requests
Steps to reproduce the problem
MAX_TOOT_CHARS=1500
in.env.production
Expected behaviour
Character limit should be 1500
Actual behaviour
Character limit is 500 in web interface and API
Detailed description
This behavior broke when I upgraded to the current latest commit on main, it was working on
v4.4.0-alpha.1
.Mastodon instance
mastodon.neat.computer
Mastodon version
v4.4.0-alpha.2
Browser name and version
Chromium 131.0.6778.265
Operating system
macOS 15.1.1
Technical details
The server replies with
422: Validation failed: Text character limit of 500 exceeded
when using a client other than the web interface as well.The text was updated successfully, but these errors were encountered: