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