updte profile of primary conversation when updating the secondary conversation

pull/1178/head
Audric Ackermann 5 years ago
parent 417634086a
commit fc7daadd41
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -456,6 +456,11 @@ export async function updateProfile(
}
await conversation.setLokiProfile(newProfile);
if (conversation.isSecondaryDevice()) {
const primaryConversation = await conversation.getPrimaryConversation();
await primaryConversation.setLokiProfile(newProfile);
}
}
export async function handleDataMessage(

Loading…
Cancel
Save