Restored changes which remove emojify and switch to our own version

Этот коммит содержится в:
hmhealey
2015-09-22 13:53:43 -04:00
родитель e9a2c223f2
Коммит ffe34aa154
7 изменённых файлов: 165 добавлений и 12 удалений

Просмотреть файл

@@ -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();