mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Webhook for group and category events
This commit is contained in:
@@ -12,3 +12,13 @@ WebHookEventType.seed do |b|
|
||||
b.id = WebHookEventType::USER
|
||||
b.name = "user"
|
||||
end
|
||||
|
||||
WebHookEventType.seed do |b|
|
||||
b.id = WebHookEventType::GROUP
|
||||
b.name = "group"
|
||||
end
|
||||
|
||||
WebHookEventType.seed do |b|
|
||||
b.id = WebHookEventType::CATEGORY
|
||||
b.name = "category"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user