Re-render verified change conversation items when convo changes

If the contact's name changes, for example.

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 1cf9289b1a
commit 9b864c8675

@ -107,6 +107,7 @@
},
initialize: function() {
this.conversation = this.model.getModelForVerifiedChange();
this.listenTo(this.conversation, 'change', this.render);
},
events: {
'click .content': 'showIdentity'

Loading…
Cancel
Save