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:
@@ -62,6 +62,8 @@
|
||||
}, this.render_partials())
|
||||
);
|
||||
|
||||
this.renderControl();
|
||||
|
||||
twemoji.parse(this.el, { base: '/images/twemoji/', size: 16 });
|
||||
|
||||
var content = this.$('.content');
|
||||
@@ -70,7 +72,6 @@
|
||||
|
||||
this.renderSent();
|
||||
this.renderDelivered();
|
||||
this.renderControl();
|
||||
this.renderErrors();
|
||||
|
||||
this.$('.attachments').append(
|
||||
|
Reference in New Issue
Block a user