InternetPirate@lemmy.fmhy.ml to Lemmy@lemmy.mlEnglish · 3 years agoPost title character limit is 201message-squaremessage-square3linkfedilinkarrow-up115arrow-down11file-text
arrow-up114arrow-down1message-squarePost title character limit is 201InternetPirate@lemmy.fmhy.ml to Lemmy@lemmy.mlEnglish · 3 years agomessage-square3linkfedilinkfile-text
minus-squarenmtake@lemm.eelinkfedilinkEnglisharrow-up4·3 years 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·3 years 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.