[Mastodon API] making a note without CW fails
What happened?
Can't make a new note when using Mastodon API (tried in Moshidon and Husky)
What did you expect to happen?
To make a note
Version
2025.2.2
Instance
What type of issue is this?
server-side
How do you deploy Sharkey on your server? (Server-side issues only)
Rootless podman compose
What operating system are you using? (Server-side issues only)
Debian GNU/Linux 12
Relevant log output
ERR * [masto-api] Error in mastodon API endpoint POST /v1/statuses: {
error: {
message: 'Invalid param.',
code: 'INVALID_PARAM',
id: '3d81ceae-475f-4600-b2a8-2bc116157532',
kind: 'client',
info: {
param: '#/properties/cw/minLength',
reason: 'must NOT have fewer than 1 characters'
}
}
}
Contribution Guidelines
By submitting this issue, you agree to follow our Contribution Guidelines
- I agree to follow this project's Contribution Guidelines
- I have searched the issue tracker for similar issues, and this is not a duplicate.