mirror of https://github.com/openclaw/openclaw.git
WhatsApp: fix routing for queued messages by using correct OriginatingTo
This commit is contained in:
parent
7f12548615
commit
a52e75d978
|
|
@ -1261,7 +1261,7 @@ export async function monitorWebProvider(
|
|||
Provider: "whatsapp",
|
||||
Surface: "whatsapp",
|
||||
OriginatingChannel: "whatsapp",
|
||||
OriginatingTo: msg.to,
|
||||
OriginatingTo: msg.from,
|
||||
},
|
||||
cfg,
|
||||
dispatcher,
|
||||
|
|
|
|||
Loading…
Reference in New Issue