mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FIX: excerpts larger than 999 are not supported
underlying column can only fit 1000 chars.
This commit is contained in:
@ -819,6 +819,7 @@ posting:
|
||||
zh_TW: 120
|
||||
topic_excerpt_maxlength:
|
||||
default: 220
|
||||
max: 999
|
||||
locale_default:
|
||||
ja: 120
|
||||
zh_CN: 120
|
||||
|
Reference in New Issue
Block a user