mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Fix avatar color consistency
This commit is contained in:
@@ -129,7 +129,7 @@ export function AddUserToAnotherGroupModal({
|
||||
}
|
||||
|
||||
return {
|
||||
...pick(convo, 'id', 'avatarUrl', 'title', 'hasAvatar'),
|
||||
...pick(convo, 'id', 'avatarUrl', 'title', 'hasAvatar', 'color'),
|
||||
memberships,
|
||||
membersCount,
|
||||
disabledReason,
|
||||
|
||||
Reference in New Issue
Block a user