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(