Fetch profiles whenever conversations are opened
For a group, fetch everyone's profile. // FREEBIE
This commit is contained in:
parent
d295fa7057
commit
f095a1583e
4 changed files with 25 additions and 14 deletions
|
@ -230,6 +230,8 @@
|
|||
},
|
||||
|
||||
onOpened: function() {
|
||||
this.model.getProfiles();
|
||||
|
||||
this.view.resetScrollPosition();
|
||||
this.$el.trigger('force-resize');
|
||||
this.focusMessageField();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue