mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
fix(@desktop/messages): asssign user icon on contact update
fixes: #5463
This commit is contained in:
parent
f59f0f69c5
commit
a633d33ec5
@ -389,7 +389,7 @@ method updateContactDetails*(self: Module, contactId: string) =
|
||||
if(item.senderId == contactId):
|
||||
item.senderDisplayName = updatedContact.displayName
|
||||
item.senderLocalName = updatedContact.details.localNickname
|
||||
item.senderIcon = ""
|
||||
item.senderIcon = updatedContact.icon
|
||||
item.senderIsAdded = updatedContact.details.added
|
||||
if(item.messageContainsMentions):
|
||||
let (m, _, err) = self.controller.getMessageDetails(item.id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user