-
Notifications
You must be signed in to change notification settings - Fork 44
Description
π Reproduction steps
I have a function that listens to the following event:
databases.main.collections.myCollection.documents.*.delete
When i delete a myCollection document using databases.deleteDocument() it executes the function as it should.
But when i delete it using the experimental function databases.deleteDocuments() it doesn't, even that the document was deleted successfully, it happens even when a single document is deleted.
I suspect such problem might happen in other bulk DML operations too on their relevant events.
π Expected behavior
to execute the function that listens to databases.main.collections.myCollection.documents.*.delete event
π Actual Behavior
file deleted, function wasn't executed
π² Appwrite version
Different version (specify in environment)
π» Operating system
Linux
π§± Your Environment
Appwrite 1.7.4 self hosted
node sdk 17.1.0
runtime node-22
π Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
π’ Have you read the Code of Conduct?
- I have read the Code of Conduct