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
|
||||
}
|
||||
|
||||
/* 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user