1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-04 03:22:43 +03:00

Merge pull request #431 from aviraldg/fix-emojione-sizing

fix emojione sizing
This commit is contained in:
Matthew Hodgson
2016-08-28 11:55:14 +01:00
committed by GitHub

View File

@@ -287,7 +287,7 @@ module.exports = {
emojifyText: function(text) {
return {
__html: emojione.unicodeToImage(escape(text)),
__html: unicodeToImage(escape(text)),
};
},
};