From 2ff8f6edbaeff7e162178fd4e0f6bb3142d63b89 Mon Sep 17 00:00:00 2001 From: Renato Alcara Date: Tue, 17 Mar 2026 20:48:48 -0300 Subject: [PATCH] chore: scope max-depth lint suppression to participant fanout --- src/Socket/messages-send.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Socket/messages-send.ts b/src/Socket/messages-send.ts index 0165b5c4..f117556a 100644 --- a/src/Socket/messages-send.ts +++ b/src/Socket/messages-send.ts @@ -599,6 +599,7 @@ export const makeMessagesSocket = (config: SocketConfig) => { return patchedMessage } + /* eslint-disable max-depth */ const createParticipantNodes = async ( recipientJids: string[], message: proto.IMessage, @@ -666,6 +667,7 @@ export const makeMessagesSocket = (config: SocketConfig) => { return { nodes, shouldIncludeDeviceIdentity } } + /* eslint-enable max-depth */ // Interactive message detection and binary node injection