Refresh group contacts when rendering member list

Fix #581

// FREEBIE
pull/749/head
lilia 10 years ago
parent b2bed9c51c
commit cdd139b44c

@ -123,8 +123,10 @@
},
viewMembers: function() {
var view = new Whisper.GroupMemberList({ model: this.model });
this.listenBack(view);
return this.model.fetchContacts().then(function() {
var view = new Whisper.GroupMemberList({ model: this.model });
this.listenBack(view);
}.bind(this));
},
openInbox: function() {

Loading…
Cancel
Save