From bd4bc16192f56f247c3e45f03c6ae9932f4b813d Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 9 Jan 2026 11:51:12 +1300 Subject: [PATCH] WhatsApp: fix routing for queued messages by using correct OriginatingTo --- src/web/auto-reply.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/auto-reply.ts b/src/web/auto-reply.ts index 0ab2b7ddf..b7fca639a 100644 --- a/src/web/auto-reply.ts +++ b/src/web/auto-reply.ts @@ -1261,7 +1261,7 @@ export async function monitorWebProvider( Provider: "whatsapp", Surface: "whatsapp", OriginatingChannel: "whatsapp", - OriginatingTo: msg.to, + OriginatingTo: msg.from, }, cfg, dispatcher,