diff --git a/src/web/auto-reply.ts b/src/web/auto-reply.ts index 4f790a38a..feadbdc64 100644 --- a/src/web/auto-reply.ts +++ b/src/web/auto-reply.ts @@ -1321,7 +1321,7 @@ export async function monitorWebProvider( await deliverWebReply({ replyResult: cleanedReply, - msg: lastInboundMsg, + msg: heartbeatInboundMsg, maxMediaBytes, replyLogger, runtime,