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 (
|
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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue