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 (!access.allowed) continue;
|
||||||
|
|
||||||
if (
|
if (id && !access.isSelfChat && options.sendReadReceipts !== false) {
|
||||||
id &&
|
|
||||||
!access.isSelfChat &&
|
|
||||||
options.sendReadReceipts !== false
|
|
||||||
) {
|
|
||||||
const participant = msg.key?.participant;
|
const participant = msg.key?.participant;
|
||||||
try {
|
try {
|
||||||
await sock.readMessages([{ remoteJid, id, participant, fromMe: false }]);
|
await sock.readMessages([{ remoteJid, id, participant, fromMe: false }]);
|
||||||
|
|||||||
Reference in New Issue
Block a user