Merge remote-tracking branch 'origin/add-webhooks-and-functions-events' into add-webhooks-and-functions-events

This commit is contained in:
shimon 2026-01-11 14:12:22 +02:00
commit ffd73dc70f

View file

@ -60,6 +60,7 @@ class Update extends TransactionsUpdate
->inject('queueForRealtime')
->inject('queueForFunctions')
->inject('queueForWebhooks')
->inject('eventProcessor')
->callback($this->action(...));
}
}