mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
0e87d0b483
Event::generateEvents() rejects the pattern 'project.delete' because it parses 'delete' as a resource that must be present in route params. The pre-migration route did not declare an event label, so functions and webhooks were never triggered on project deletion. Restore that behavior by removing the label.