diff --git a/gateway/platforms/webhook.py b/gateway/platforms/webhook.py index 9d236f219..51e93c8a7 100644 --- a/gateway/platforms/webhook.py +++ b/gateway/platforms/webhook.py @@ -675,7 +675,6 @@ class WebhookAdapter(BasePlatformAdapter): "deliver_extra": self._render_delivery_extra( route_config.get("deliver_extra", {}), payload ), - "payload": payload, } self._delivery_info[session_chat_id] = deliver_config self._delivery_info_created[session_chat_id] = now