Re-render verified change conversation items when convo changes
If the contact's name changes, for example. FREEBIE
This commit is contained in:
parent
1cf9289b1a
commit
9b864c8675
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@
|
|||
},
|
||||
initialize: function() {
|
||||
this.conversation = this.model.getModelForVerifiedChange();
|
||||
this.listenTo(this.conversation, 'change', this.render);
|
||||
},
|
||||
events: {
|
||||
'click .content': 'showIdentity'
|
||||
|
|
Loading…
Add table
Reference in a new issue