Increase internal character "hard limit"
The internal hard limit of characters (found within packages/backend/src/const.ts
) is set to 8192. Most other softwares however (Including Iceshrimp!) have this set to 100k. Currently, lea.pet runs with this patched out to have it changed to 20k, with the post character limit being set to that as well. We don't notice any issues, and I personally think 8192 is a pretty small limit, even internally.