From 169c490892041a7551b167e5f7ab4859ab003bae Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 3 Apr 2017 21:27:14 -0400 Subject: Save recently used emojis after logout (#5926) --- webapp/utils/constants.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/utils/constants.jsx') 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', -- cgit v1.2.3-1-g7c22