mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fetch profiles whenever conversations are opened
For a group, fetch everyone's profile. // FREEBIE
This commit is contained in:
@@ -230,6 +230,8 @@
|
||||
},
|
||||
|
||||
onOpened: function() {
|
||||
this.model.getProfiles();
|
||||
|
||||
this.view.resetScrollPosition();
|
||||
this.$el.trigger('force-resize');
|
||||
this.focusMessageField();
|
||||
|
||||
Reference in New Issue
Block a user