summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-23 16:56:30 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-23 17:49:14 -0400
commitc24a5c5a9ac16fdb249656f0c238b8e44727123c (patch)
tree3f2d7f723060ca2608e2415bd5f8400180cf394b /webapp/utils
parent7af2e6f87a754312809aa044edd062930616401a (diff)
downloadchat-c24a5c5a9ac16fdb249656f0c238b8e44727123c.tar.gz
chat-c24a5c5a9ac16fdb249656f0c238b8e44727123c.tar.bz2
chat-c24a5c5a9ac16fdb249656f0c238b8e44727123c.zip
Fixed unicode emoji not having a consistent size
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 859348c73..28c9df60b 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -605,5 +605,6 @@ export default {
MIN_PASSWORD_LENGTH: 5,
MAX_PASSWORD_LENGTH: 50,
TIME_SINCE_UPDATE_INTERVAL: 30000,
- MIN_HASHTAG_LINK_LENGTH: 3
+ MIN_HASHTAG_LINK_LENGTH: 3,
+ EMOJI_PATH: '/static/emoji'
};