commit
cd07907392
|
@ -287,7 +287,7 @@ module.exports = {
|
||||||
|
|
||||||
emojifyText: function(text) {
|
emojifyText: function(text) {
|
||||||
return {
|
return {
|
||||||
__html: emojione.unicodeToImage(escape(text)),
|
__html: unicodeToImage(escape(text)),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue