mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Re-render verified change conversation items when convo changes
If the contact's name changes, for example. FREEBIE
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
},
|
||||
initialize: function() {
|
||||
this.conversation = this.model.getModelForVerifiedChange();
|
||||
this.listenTo(this.conversation, 'change', this.render);
|
||||
},
|
||||
events: {
|
||||
'click .content': 'showIdentity'
|
||||
|
||||
Reference in New Issue
Block a user