be sure make contacts appear on left pane on configMessage handling

pull/1512/head
Audric Ackermann 4 years ago
parent 56c4065abd
commit 95e1d7983f
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -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(

Loading…
Cancel
Save