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:
parent
06e8e0dca7
commit
09704444e9
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (this.model.get('delivered')) { this.$el.addClass('delivered'); }
|
||||||
|
|
||||||
this.$el.find('.attachments').append(
|
this.$el.find('.attachments').append(
|
||||||
this.model.get('attachments').map(function(attachment) {
|
this.model.get('attachments').map(function(attachment) {
|
||||||
return new Whisper.AttachmentView({
|
return new Whisper.AttachmentView({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue