mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "Truncate section names to 50 char"
This commit is contained in:
commit
c229a033bb
|
@ -19,7 +19,7 @@ abstract class EchoEventPresentationModel implements JsonSerializable {
|
|||
/**
|
||||
* Recommended length of section titles included in messages
|
||||
*/
|
||||
const SECTION_TITLE_RECOMMENDED_LENGTH = 30;
|
||||
const SECTION_TITLE_RECOMMENDED_LENGTH = 50;
|
||||
|
||||
/**
|
||||
* @var EchoEvent
|
||||
|
|
Loading…
Reference in a new issue