diff options
Diffstat (limited to 'webapp')
-rw-r--r-- | webapp/utils/constants.jsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 109291d1f..187b6cc95 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -249,7 +249,8 @@ export default { RESERVED_USERNAMES: [ 'valet', 'all', - 'channel' + 'channel', + 'here' ], MONTHS: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], MAX_DMS: 20, |