DEV: Delete plugin specific webhook event types (#29374)

Background
When creating webhooks on a site without the Discourse Category Experts plugin installed, the category_experts_unapproved_event and category_experts_approved_event webhook events are getting automatically added to webhooks without a way to disable them.

The category_experts_unapproved_event and category_experts_approved_event webhook events are associated with the Discourse Category Experts plugin so I am moving these webhook events into the Category Experts plugin.

Changes
This PR deletes Category Experts plugin specific webhook event types added into core.
This commit is contained in:
Guhyoun Nam
2024-10-24 11:02:58 -05:00
committed by GitHub
parent 0ecad3a7c9
commit 82ad7f9d17
6 changed files with 10 additions and 24 deletions

View File

@@ -5442,8 +5442,6 @@ en:
post_edited: "Post is updated"
post_destroyed: "Post is deleted"
post_recovered: "Post is recovered"
category_experts_approved: "Post marked as category experts post"
category_experts_unapproved: "Post unmarked as category experts post"
group_event:
group_name: "Group Events"
group_created: "Group is created"