PLT-3687 Restrict the name "matterbot" from usernames (#3686)

Этот коммит содержится в:
enahum
2016-07-28 13:38:47 -04:00
коммит произвёл Harrison Healey
родитель 6dc7ea6ab2
Коммит 12fe314b26
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

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