An error occurred while fetching the assigned iteration of the selected issue.
Allow admins to set a separate character limit for local and remote notes
What feature would you like implemented?
Split maxNoteLength
into two separate properties: one for local posts, and one for remote. Then remove DB_MAX_NOTE_TEXT_LENGTH
in favor of these new limits. For more info, see this comment: !647 (comment 6639)
Why should we add this feature?
Admins may wish to enforce a small character limit for local users while still allowing long posts to federate inward. This supports that use case, while also removing the duplication between maxNoteLength
and DB_MAX_NOTE_TEXT_LENGTH
.
Version
v2024.9.0-dev
Instance
enby.life
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 requests, and this is not a duplicate.