Make sure group updates get emojified

Render group update content prior to processing emoji, so that emoji in
group titles get processed correctly.

Fixes #368

// FREEBIE
This commit is contained in:
lilia 2015-10-23 16:03:51 -07:00
parent 01e85b68ef
commit ff3b23e452

View file

@ -62,6 +62,8 @@
}, this.render_partials()) }, this.render_partials())
); );
this.renderControl();
twemoji.parse(this.el, { base: '/images/twemoji/', size: 16 }); twemoji.parse(this.el, { base: '/images/twemoji/', size: 16 });
var content = this.$('.content'); var content = this.$('.content');
@ -70,7 +72,6 @@
this.renderSent(); this.renderSent();
this.renderDelivered(); this.renderDelivered();
this.renderControl();
this.renderErrors(); this.renderErrors();
this.$('.attachments').append( this.$('.attachments').append(