fix(web): use heartbeat inbound msg for delivery

main
Peter Steinberger 2025-12-14 01:55:02 +00:00
parent b2378c01ea
commit 694a10f604
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,7 @@ export async function monitorWebProvider(
await deliverWebReply({
replyResult: cleanedReply,
msg: lastInboundMsg,
msg: heartbeatInboundMsg,
maxMediaBytes,
replyLogger,
runtime,