fix(webhook): remove unused payload from delivery state
This commit is contained in:
parent
ea5d75befd
commit
bd4007396d
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue