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