mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Properly download new group avatars
This commit is contained in:
committed by
Ken Powers
parent
d97dae6a87
commit
ab2cc6ee53
@@ -1480,7 +1480,7 @@
|
||||
};
|
||||
}
|
||||
|
||||
let group = this.get('group');
|
||||
let group = this.get('group_update');
|
||||
if (group && group.avatar) {
|
||||
group = {
|
||||
...group,
|
||||
|
||||
Reference in New Issue
Block a user