mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 11:02:12 +03:00
fix(web): use heartbeat inbound msg for delivery
This commit is contained in:
@@ -1321,7 +1321,7 @@ export async function monitorWebProvider(
|
|||||||
|
|
||||||
await deliverWebReply({
|
await deliverWebReply({
|
||||||
replyResult: cleanedReply,
|
replyResult: cleanedReply,
|
||||||
msg: lastInboundMsg,
|
msg: heartbeatInboundMsg,
|
||||||
maxMediaBytes,
|
maxMediaBytes,
|
||||||
replyLogger,
|
replyLogger,
|
||||||
runtime,
|
runtime,
|
||||||
|
|||||||
Reference in New Issue
Block a user