summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_comment.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-22 13:21:58 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-22 13:21:58 -0400
commite7d408585af5df35c6aff1558de246c8398ef71c (patch)
tree3b898d92181da05ac6b04b7eb97111670de882e2 /web/react/components/rhs_comment.jsx
parent130e73ca023c76abf1ddd71a8b1373efab1c8375 (diff)
downloadchat-e7d408585af5df35c6aff1558de246c8398ef71c.tar.gz
chat-e7d408585af5df35c6aff1558de246c8398ef71c.tar.bz2
chat-e7d408585af5df35c6aff1558de246c8398ef71c.zip
Revert "PLT-289 Added parsing for named emojis to TextFormatting and removed emojify"
Diffstat (limited to 'web/react/components/rhs_comment.jsx')
-rw-r--r--web/react/components/rhs_comment.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/rhs_comment.jsx b/web/react/components/rhs_comment.jsx
index 8cc2d309b..fe31ac381 100644
--- a/web/react/components/rhs_comment.jsx
+++ b/web/react/components/rhs_comment.jsx
@@ -56,6 +56,7 @@ export default class RhsComment extends React.Component {
}
parseEmojis() {
twemoji.parse(React.findDOMNode(this), {size: Constants.EMOJI_SIZE});
+ global.window.emojify.run(React.findDOMNode(this.refs.message_holder));
}
componentDidMount() {
this.parseEmojis();