Render emoji in conversation title // Fixes #359

// FREEBIE
This commit is contained in:
lilia 2015-09-16 16:22:40 -07:00
parent 6f94888659
commit 73983118dc

View file

@ -27,6 +27,7 @@
this.listenTo(this.model, 'change:unreadCount', this.onUnread);
this.render();
twemoji.parse(this.el, { base: '/images/twemoji/', size: 16 });
this.appWindow = options.appWindow;
this.fileInput = new Whisper.FileInputView({