Always use profile keys from group state
This commit is contained in:
parent
5e113f8975
commit
ebd1ca5895
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue