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:
parent
01e85b68ef
commit
ff3b23e452
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue