mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Truncate usernames to 20 char in notifications
Bug: T121822 Change-Id: Ie9650b5c72f2224dc6d26b3bfc45f29cbbd23397
This commit is contained in:
parent
f9b8202f4f
commit
961968ff56
|
@ -10,7 +10,7 @@ abstract class EchoEventPresentationModel {
|
|||
/**
|
||||
* Recommended length of usernames included in messages
|
||||
*/
|
||||
const USERNAME_RECOMMENDED_LENGTH = 30;
|
||||
const USERNAME_RECOMMENDED_LENGTH = 20;
|
||||
|
||||
/**
|
||||
* Recommended length of page names included in messages
|
||||
|
|
Loading…
Reference in a new issue