mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user