mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 04:44:59 +00:00
9e4288a4ab
Too long excerpts don't make sense. They would make UI wonky. We already have a constraint for the `topic_excerpt_maxlength` setting. This adds the same constraint to `post_excerpt_maxlength`. It also changes the max value of `topic_excerpt_maxlength` from 999 to 1000.