Plumb contact avatars into conversations
This commit is contained in:
parent
019a9d1fbc
commit
8e54aa1401
6 changed files with 31 additions and 9 deletions
|
@ -32,8 +32,10 @@
|
|||
},
|
||||
|
||||
initialize: function() {
|
||||
this.messageCollection = new Whisper.MessageCollection();
|
||||
this.contactCollection = new Whisper.ConversationCollection();
|
||||
this.messageCollection = new Whisper.MessageCollection([], {
|
||||
conversation: this
|
||||
});
|
||||
},
|
||||
|
||||
validate: function(attributes, options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue