removeFromGroup: Don't use removed member for credentials
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
251f0246cc
commit
e9d0a9469b
1 changed files with 1 additions and 1 deletions
|
@ -2797,7 +2797,7 @@ export class ConversationModel extends window.Backbone
|
|||
} else if (this.isMember(serviceId)) {
|
||||
await this.modifyGroupV2({
|
||||
name: 'removeFromGroup',
|
||||
usingCredentialsFrom: [pendingMember],
|
||||
usingCredentialsFrom: [],
|
||||
createGroupChange: () => this.#removeMember(serviceId),
|
||||
extraConversationsForSend: [conversationId],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue