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() {
|
initialize: function() {
|
||||||
this.conversation = this.model.getModelForVerifiedChange();
|
this.conversation = this.model.getModelForVerifiedChange();
|
||||||
|
this.listenTo(this.conversation, 'change', this.render);
|
||||||
},
|
},
|
||||||
events: {
|
events: {
|
||||||
'click .content': 'showIdentity'
|
'click .content': 'showIdentity'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue