jenkins-bot has submitted this change and it was merged.
Change subject: Truncate usernames to 20 char in notifications
......................................................................
Truncate usernames to 20 char in notifications
Bug: T121822
Change-Id: Ie9650b5c72f2224dc6d26b3bfc45f29cbbd23397
---
M includes/formatters/EventPresentationModel.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Catrope: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/formatters/EventPresentationModel.php
b/includes/formatters/EventPresentationModel.php
index e2a914b..8e20135 100644
--- a/includes/formatters/EventPresentationModel.php
+++ b/includes/formatters/EventPresentationModel.php
@@ -10,7 +10,7 @@
/**
* 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
--
To view, visit https://gerrit.wikimedia.org/r/269459
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie9650b5c72f2224dc6d26b3bfc45f29cbbd23397
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Sbisson <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits