Webhook_processors accept event_dispatchers now so that push notifs are possible in the future
This commit is contained in:
@@ -914,6 +914,7 @@ async def handle_webhook_unified(
|
||||
webhook_request=webhook_request,
|
||||
db_session=db_session,
|
||||
config=request.app.state.config,
|
||||
event_dispatcher=request.app.state.event_dispatcher,
|
||||
)
|
||||
|
||||
# 8. Update status
|
||||
|
||||
Reference in New Issue
Block a user