Render emoji in conversation and inbox views.

This commit is contained in:
lilia 2015-03-10 12:11:32 -07:00
parent 99d599e008
commit 254131488e
7 changed files with 34 additions and 5 deletions

View file

@ -56,6 +56,8 @@
})
);
twemoji.parse(this.el, { base: '/components/twemoji/', size: 16 });
var content = this.$el.find('.content');
content.html(this.autoLink(content.html()));