From 8b738f3d288e522b34b82984b27390e4c39e956c Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Tue, 10 Jan 2017 22:05:04 -0500 Subject: [PATCH] emoticons turned on by default --- frontend/src/Metamaps/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Metamaps/Util.js b/frontend/src/Metamaps/Util.js index f35970da..562843e7 100644 --- a/frontend/src/Metamaps/Util.js +++ b/frontend/src/Metamaps/Util.js @@ -167,7 +167,7 @@ const Util = { }) return text }, - addEmoji: function(withoutEmoji, opts = { emoticons: false }) { + addEmoji: function(withoutEmoji, opts = { emoticons: true }) { let text = withoutEmoji Object.keys(emojiIndex.emojis).forEach(key => { const emoji = emojiIndex.emojis[key]