update displayname even if we dont have avatar on incoming profile

pull/1606/head
Audric Ackermann 4 years ago
parent df3326233f
commit cbc816c3ed
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -374,7 +374,7 @@ async function handleRegularMessage(
// Check if we need to update any profile names
// the only profile we don't update with what is coming here is ours,
// as our profile is shared accross our devices with a ConfigurationMessage
if (type === 'incoming' && dataMessage.profile && dataMessage.profile && dataMessage.profileKey) {
if (type === 'incoming' && dataMessage.profile) {
void updateProfileOneAtATime(
sendingDeviceConversation,
dataMessage.profile,

Loading…
Cancel
Save