Skip to content

Commit

Permalink
PLT-3687 Restrict the name "matterbot" from usernames (mattermost#3686)
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum authored and hmhealey committed Jul 28, 2016
1 parent 25db3d3 commit 498ceb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/constants.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 498ceb8

Please sign in to comment.