mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Render the message list view.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
collection: this.model.messageCollection
|
||||
});
|
||||
this.$el.find('.discussion-container').append(this.view.el);
|
||||
this.view.render();
|
||||
|
||||
window.addEventListener('resize', this.view.resize.bind(this.view));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user