From d763926364f1faf61f68157937c366b039cf90ad Mon Sep 17 00:00:00 2001 From: "Christian A. Rodriguez" Date: Tue, 13 Jan 2026 22:11:31 -0400 Subject: [PATCH] style: fix biome formatting --- src/web/inbound/monitor.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/web/inbound/monitor.ts b/src/web/inbound/monitor.ts index f0511aeee..3c92fe4a2 100644 --- a/src/web/inbound/monitor.ts +++ b/src/web/inbound/monitor.ts @@ -141,11 +141,7 @@ export async function monitorWebInbox(options: { }); if (!access.allowed) continue; - if ( - id && - !access.isSelfChat && - options.sendReadReceipts !== false - ) { + if (id && !access.isSelfChat && options.sendReadReceipts !== false) { const participant = msg.key?.participant; try { await sock.readMessages([{ remoteJid, id, participant, fromMe: false }]);