mirror of
https://github.com/projectsend/projectsend.git
synced 2026-09-11 22:38:54 +00:00
5c00d189e4
I said they could not, in the guide, the Zapier page and the changelog. That was carried over from the limitation of polling a list, where a deleted row stops being returned and nothing marks the moment it went. It was never true of the activity endpoint: file.deleted is recorded like any other action, so ?action[]=file.deleted works today. Checked with a test rather than the enum, which turned up the shape a caller needs: a deletion entry has no subject, because the row is gone by the time the entry is written, so the name is snapshotted into context.name instead. Reading subject.name there gets you null.