summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorRyan Wang <R-Wang97@users.noreply.github.com>2017-04-03 21:27:14 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-04-03 21:27:14 -0400
commit169c490892041a7551b167e5f7ab4859ab003bae (patch)
tree821a7631d59681a87d7f8b47bc1c622018b85326 /webapp/utils/constants.jsx
parent1bcb5cdb9d6de7690edf271da5eedc6fb74789d9 (diff)
downloadchat-169c490892041a7551b167e5f7ab4859ab003bae.tar.gz
chat-169c490892041a7551b167e5f7ab4859ab003bae.tar.bz2
chat-169c490892041a7551b167e5f7ab4859ab003bae.zip
Save recently used emojis after logout (#5926)
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 4f00a8559..5b4ab6611 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -903,6 +903,7 @@ export const Constants = {
MIN_HASHTAG_LINK_LENGTH: 3,
CHANNEL_SCROLL_ADJUSTMENT: 100,
EMOJI_PATH: '/static/emoji',
+ RECENT_EMOJI_KEY: 'recentEmojis',
DEFAULT_WEBHOOK_LOGO: logoWebhook,
MHPNS: 'https://push.mattermost.com',
MTPNS: 'http://push-test.mattermost.com',