

I've just read that you can customise the character limit on Misskey. Does anyone know how to do it? I can't find any instructions.
admin
If you’re an admin (or running your own instance)
You change it in the server config file.
Typical steps:
Open your Misskey config (usually .config/default.yml or similar)
Look for a setting like:
maxNoteLength: 3000
Change it to whatever you want (e.g. 5000, 10000)
Rebuild/restart Misskey:
npm run build
sudo systemctl restart misskey
⚠️ Notes:
Some older versions had it more “hard-coded,” but newer versions expose it in config.
Federation: other servers may still truncate or reject overly long posts.
IkkleGemzUniverse @admin I managed to do it on Sharkey but not Misskey. I added the setting to the config.