Fix missing delivery receipt checkmarks

The delivered class should be updated on each render to ensure it is
up to date.
This commit is contained in:
lilia 2015-02-18 23:57:13 -08:00
parent 06e8e0dca7
commit 09704444e9

View file

@ -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({