mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-10 21:14:41 +08:00
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. |
||
|---|---|---|
| .. | ||
| 001_refresh.rb | ||
| 002_groups.rb | ||
| 003_flags.rb | ||
| 003_post_action_types.rb | ||
| 004_screened_ip_addresses.rb | ||
| 005_badge_types.rb | ||
| 006_badges.rb | ||
| 007_web_hook_event_types.rb | ||
| 009_users.rb | ||
| 010_uploads.rb | ||
| 500_categories.rb | ||
| 600_themes.rb | ||
| 990_settings.rb | ||
| 990_topics.rb | ||