emoticons turned on by default

This commit is contained in:
Devin Howard 2017-01-10 22:05:04 -05:00
parent da94cd0c8b
commit 8b738f3d28

View file

@ -167,7 +167,7 @@ const Util = {
}) })
return text return text
}, },
addEmoji: function(withoutEmoji, opts = { emoticons: false }) { addEmoji: function(withoutEmoji, opts = { emoticons: true }) {
let text = withoutEmoji let text = withoutEmoji
Object.keys(emojiIndex.emojis).forEach(key => { Object.keys(emojiIndex.emojis).forEach(key => {
const emoji = emojiIndex.emojis[key] const emoji = emojiIndex.emojis[key]