Always use profile keys from group state
This commit is contained in:
@@ -2721,7 +2721,7 @@ async function updateGroup(
|
||||
if (
|
||||
member.profileKey &&
|
||||
member.profileKey.length > 0 &&
|
||||
!contact.get('profileKey')
|
||||
contact.get('profileKey') !== member.profileKey
|
||||
) {
|
||||
contactsWithoutProfileKey.push(contact);
|
||||
contact.setProfileKey(member.profileKey);
|
||||
|
Reference in New Issue
Block a user