-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Description
📜 Description
It is impossible to write a post longer than 500 characters regardless of the Mastodon instance’s limit. Mastodon allows instance admins to configure different character limits, and this limit can be retrieved via the API: https://docs.joinmastodon.org/methods/instance/#v2 However, Postiz uses a hardcoded 500-character limit.
👟 Reproduction steps
- Create a post with more than 500 characters for Mastodon.
👍 Expected behavior
Depending on the Mastodon instance, it should be possible to create posts with varying length.
👎 Actual Behavior with Screenshots
💻 Operating system
Linux
🤖 Node Version
v22.20.0
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
None