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
|
||||
},
|
||||
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]
|
||||
|
|
Loading…
Reference in a new issue