mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 01:18:19 +01:00
Plumb contact avatars into conversations
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user