From 12fe314b26042c2508dcb850f5ecdd7794d6c982 Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 28 Jul 2016 13:38:47 -0400 Subject: PLT-3687 Restrict the name "matterbot" from usernames (#3686) --- webapp/utils/constants.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webapp/utils/constants.jsx') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 207ec5811..2b7a1564e 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -310,7 +310,8 @@ export const Constants = { 'valet', 'all', 'channel', - 'here' + 'here', + 'matterbot' ], MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], MAX_DMS: 20, -- cgit v1.2.3-1-g7c22