Re-render verified change conversation items when convo changes

If the contact's name changes, for example.

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-15 13:32:02 -07:00
parent 1cf9289b1a
commit 9b864c8675

View file

@ -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'