mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-04 16:38:49 +00:00
Mark each processed incoming WhatsApp message as read via neonize's mark_read(receipt=ReceiptType.READ), so senders see the blue double-check. The receipt is sent right after the message passes dedup and is best-effort: any failure is logged at debug level and swallowed, so it never blocks or breaks message handling.