mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
feat: inject EventProcessor into Update transaction for enhanced event handling
This commit is contained in:
parent
1a87bde88e
commit
2cfaa2223e
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ class Update extends TransactionsUpdate
|
|||
->inject('queueForRealtime')
|
||||
->inject('queueForFunctions')
|
||||
->inject('queueForWebhooks')
|
||||
->inject('eventProcessor')
|
||||
->callback($this->action(...));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue