mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 17:00:34 +00:00
fix(voice-call): block Twilio webhook replay and stale transitions
This commit is contained in:
@@ -28,5 +28,6 @@ export function verifyTwilioProviderWebhook(params: {
|
||||
return {
|
||||
ok: result.ok,
|
||||
reason: result.reason,
|
||||
isReplay: result.isReplay,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user