Truncate usernames to 20 char in notifications

Bug: T121822
Change-Id: Ie9650b5c72f2224dc6d26b3bfc45f29cbbd23397
This commit is contained in:
Stephane Bisson 2016-02-09 13:46:39 -05:00
parent f9b8202f4f
commit 961968ff56

View file

@ -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