mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Re-render control messages if necessary
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
this.$el.append(this.view.el);
|
||||
|
||||
this.listenTo(this.model, 'destroy', this.remove); // auto update
|
||||
this.listenTo(this.model, 'change:flags change:group_update', this.render); // auto update
|
||||
},
|
||||
events: {
|
||||
'click .timestamp': 'select'
|
||||
|
||||
Reference in New Issue
Block a user