fix(web): use heartbeat inbound msg for delivery

This commit is contained in:
Peter Steinberger 2025-12-14 01:55:02 +00:00
parent ab5af91aba
commit ae4fe33a12

View File

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