summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_comment.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-09-22 13:53:43 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-09-22 13:53:43 -0400
commitffe34aa1544172b42658cd628cdcc4036d6ff403 (patch)
tree26cd9e9b9084b999327f52127b5a3be7593d6e3e /web/react/components/rhs_comment.jsx
parente9a2c223f2f247a773d04c4c23417393ca75b3dc (diff)
downloadchat-ffe34aa1544172b42658cd628cdcc4036d6ff403.tar.gz
chat-ffe34aa1544172b42658cd628cdcc4036d6ff403.tar.bz2
chat-ffe34aa1544172b42658cd628cdcc4036d6ff403.zip
Restored changes which remove emojify and switch to our own version
Diffstat (limited to 'web/react/components/rhs_comment.jsx')
-rw-r--r--web/react/components/rhs_comment.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/rhs_comment.jsx b/web/react/components/rhs_comment.jsx
index fe31ac381..8cc2d309b 100644
--- a/web/react/components/rhs_comment.jsx
+++ b/web/react/components/rhs_comment.jsx
@@ -56,7 +56,6 @@ 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();