Fix avatar color consistency

This commit is contained in:
yash-signal 2025-04-07 11:18:05 -05:00 committed by GitHub
commit cc4470bb6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View file

@ -129,7 +129,7 @@ export function AddUserToAnotherGroupModal({
}
return {
...pick(convo, 'id', 'avatarUrl', 'title', 'hasAvatar'),
...pick(convo, 'id', 'avatarUrl', 'title', 'hasAvatar', 'color'),
memberships,
membersCount,
disabledReason,