Don't update our own profile key from group state
This commit is contained in:
@@ -2932,6 +2932,7 @@ async function updateGroup(
|
||||
);
|
||||
|
||||
if (
|
||||
!isMe(contact.attributes) &&
|
||||
member.profileKey &&
|
||||
member.profileKey.length > 0 &&
|
||||
contact.get('profileKey') !== member.profileKey
|
||||
|
Reference in New Issue
Block a user