removeFromGroup: Don't use removed member for credentials

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal
2025-01-28 15:16:29 -06:00
committed by GitHub
parent 3b11533a98
commit 55464045a4

View File

@@ -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],
});