emoticons turned on by default
This commit is contained in:
parent
da94cd0c8b
commit
8b738f3d28
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue