parent
b2bed9c51c
commit
cdd139b44c
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue