From fc7daadd41609fa4b7a0244684096900e0dc3a8d Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 17 Jun 2020 12:04:28 +1000 Subject: [PATCH] updte profile of primary conversation when updating the secondary conversation --- ts/receiver/receiver.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ts/receiver/receiver.ts b/ts/receiver/receiver.ts index 070077e32..de202222c 100644 --- a/ts/receiver/receiver.ts +++ b/ts/receiver/receiver.ts @@ -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(