mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:21:35 +07:00
fix(whatsapp): unwrap quoted wrapper messages
This commit is contained in:
@@ -11,11 +11,13 @@ import { resolveComparableIdentity, type WhatsAppReplyContext } from "../identit
|
||||
import { parseVcard } from "../vcard.js";
|
||||
|
||||
const MESSAGE_WRAPPER_KEYS = [
|
||||
"botInvokeMessage",
|
||||
"ephemeralMessage",
|
||||
"viewOnceMessage",
|
||||
"viewOnceMessageV2",
|
||||
"viewOnceMessageV2Extension",
|
||||
"documentWithCaptionMessage",
|
||||
"groupMentionedMessage",
|
||||
] as const;
|
||||
|
||||
const MESSAGE_CONTENT_KEYS = [
|
||||
|
||||
Reference in New Issue
Block a user