Fetch profiles whenever conversations are opened

For a group, fetch everyone's profile.

// FREEBIE
This commit is contained in:
lilia 2017-05-26 17:05:49 -07:00 committed by Scott Nonnenberg
parent d295fa7057
commit f095a1583e
4 changed files with 25 additions and 14 deletions

View file

@ -230,6 +230,8 @@
},
onOpened: function() {
this.model.getProfiles();
this.view.resetScrollPosition();
this.$el.trigger('force-resize');
this.focusMessageField();