mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
removeFromGroup: Don't use removed member for credentials
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
@@ -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],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user