chore: scope max-depth lint suppression to participant fanout
This commit is contained in:
@@ -599,6 +599,7 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
|||||||
return patchedMessage
|
return patchedMessage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* eslint-disable max-depth */
|
||||||
const createParticipantNodes = async (
|
const createParticipantNodes = async (
|
||||||
recipientJids: string[],
|
recipientJids: string[],
|
||||||
message: proto.IMessage,
|
message: proto.IMessage,
|
||||||
@@ -666,6 +667,7 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
|||||||
|
|
||||||
return { nodes, shouldIncludeDeviceIdentity }
|
return { nodes, shouldIncludeDeviceIdentity }
|
||||||
}
|
}
|
||||||
|
/* eslint-enable max-depth */
|
||||||
|
|
||||||
// Interactive message detection and binary node injection
|
// Interactive message detection and binary node injection
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user