Fix missing delivery receipt checkmarks

The delivered class should be updated on each render to ensure it is
up to date.
pull/749/head
lilia 10 years ago
parent 06e8e0dca7
commit 09704444e9

@ -51,6 +51,8 @@
})
);
if (this.model.get('delivered')) { this.$el.addClass('delivered'); }
this.$el.find('.attachments').append(
this.model.get('attachments').map(function(attachment) {
return new Whisper.AttachmentView({

Loading…
Cancel
Save