summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_root_post.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-09-21 17:30:29 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-09-22 09:22:49 -0400
commit251d33ad23bd737c5b6954b6e5db14ee0b2611eb (patch)
tree5cf66b76b6706f627b877a3175d80f6504b75ffc /web/react/components/rhs_root_post.jsx
parentee5a77ec56ee13f5eb96fce6065b4b7a1845de89 (diff)
downloadchat-251d33ad23bd737c5b6954b6e5db14ee0b2611eb.tar.gz
chat-251d33ad23bd737c5b6954b6e5db14ee0b2611eb.tar.bz2
chat-251d33ad23bd737c5b6954b6e5db14ee0b2611eb.zip
Added parsing for named emojis to TextFormatting and removed dependency on emojify
Diffstat (limited to 'web/react/components/rhs_root_post.jsx')
-rw-r--r--web/react/components/rhs_root_post.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/rhs_root_post.jsx b/web/react/components/rhs_root_post.jsx
index 2ea697c5b..86620a499 100644
--- a/web/react/components/rhs_root_post.jsx
+++ b/web/react/components/rhs_root_post.jsx
@@ -20,7 +20,6 @@ export default class RhsRootPost 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();