style: fix biome formatting
This commit is contained in:
committed by
Peter Steinberger
parent
7a683a4b62
commit
d763926364
@@ -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 }]);
|
||||
|
||||
Reference in New Issue
Block a user