Plumb contact avatars into conversations

This commit is contained in:
lilia 2015-03-11 17:49:01 -07:00
parent 019a9d1fbc
commit 8e54aa1401
6 changed files with 31 additions and 9 deletions

View file

@ -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) {