chore: scope max-depth lint suppression to participant fanout

This commit is contained in:
Renato Alcara
2026-03-17 20:48:48 -03:00
parent 0655d79e8b
commit 2ff8f6edba
+2
View File
@@ -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