mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 21:53:18 +00:00
removeFromGroup: Don't use removed member for credentials
This commit is contained in:
@@ -2789,7 +2789,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