InternetPirate@lemmy.fmhy.ml to Lemmy@lemmy.mlEnglish · 1 year agoPost title character limit is 201message-squaremessage-square3fedilinkarrow-up115file-text
arrow-up114message-squarePost title character limit is 201InternetPirate@lemmy.fmhy.ml to Lemmy@lemmy.mlEnglish · 1 year agomessage-square3fedilinkfile-text
minus-squarenmtake@lemm.eelinkfedilinkEnglisharrow-up4·1 year agoI grepped the source and found https://github.com/LemmyNet/lemmy/blob/0.18.2/crates/apub/src/objects/post.rs#L53 https://github.com/LemmyNet/lemmy/blob/0.18.2/crates/db_schema/src/schema.rs#L645
minus-squareRoundSparrow@lemmy.mllinkfedilinkEnglisharrow-up3·1 year agoSo it is set in the database as a field limit, that would require a schema change.
I grepped the source and found
So it is set in the database as a field limit, that would require a schema change.