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(