Calls Tab: Show proper color in all default avatars

This commit is contained in:
Scott Nonnenberg 2024-06-26 09:56:22 -07:00 committed by GitHub
parent fc08e70c0f
commit ce012823af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 1 deletions

View file

@ -790,6 +790,7 @@ export function CallsList({
<Avatar
acceptedMessageRequest
avatarPath={conversation.avatarPath}
color={conversation.color}
conversationType={conversation.type}
i18n={i18n}
isMe={false}