While working on batch delete and ensuring that the code changes I have done did not break any functionality, I found that the PatchDemo bot that announces wiki creation and deletion is not (and perhaps has not for a while) been working on Catalyst-based environments. Need to fix this.
Expected behavior:
- The PatchDemo bot updates the corresponding ticket whenever a Wiki is being created or deleted
Actual behavior:
- When the backend is Catalyst, It doesn't
Additionally, to make this work with Batch Deletes, we should extend the API responses to add the details of the operation to the body of the response, so the Bot can parse it and do its job.