@InternetPirate@lemmy.fmhy.ml to Lemmy@lemmy.mlEnglish • 2 years agoPost title character limit is 201message-square3fedilinkarrow-up115arrow-down11file-text
arrow-up114arrow-down1message-squarePost title character limit is 201@InternetPirate@lemmy.fmhy.ml to Lemmy@lemmy.mlEnglish • 2 years agomessage-square3fedilinkfile-text
minus-square@nmtake@lemm.eelinkfedilinkEnglish4•2 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-squareRoundSparrowlinkfedilinkEnglish3•2 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.