Don't update our own profile key from group state
This commit is contained in:
parent
908ecda64f
commit
6856e246e2
2 changed files with 5 additions and 2 deletions
|
@ -2932,6 +2932,7 @@ async function updateGroup(
|
|||
);
|
||||
|
||||
if (
|
||||
!isMe(contact.attributes) &&
|
||||
member.profileKey &&
|
||||
member.profileKey.length > 0 &&
|
||||
contact.get('profileKey') !== member.profileKey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue