From 95e1d7983f82dd98dccf3b357fd964a3e3d75d80 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 4 Mar 2021 14:07:02 +1100 Subject: [PATCH] be sure make contacts appear on left pane on configMessage handling --- ts/receiver/configMessage.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts/receiver/configMessage.ts b/ts/receiver/configMessage.ts index a05570ffa..38c65359c 100644 --- a/ts/receiver/configMessage.ts +++ b/ts/receiver/configMessage.ts @@ -129,6 +129,9 @@ async function handleGroupsAndContactsFromConfigMessage( displayName: c.name, profilePictre: c.profilePicture, }; + // updateProfile will do a commit for us + contactConvo.set('active_at', _.toNumber(envelope.timestamp)); + await updateProfile(contactConvo, profile, c.profileKey); } catch (e) { window?.log?.warn(