mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: webhook for flag events
This commit is contained in:
@@ -27,3 +27,8 @@ WebHookEventType.seed do |b|
|
||||
b.id = WebHookEventType::TAG
|
||||
b.name = "tag"
|
||||
end
|
||||
|
||||
WebHookEventType.seed do |b|
|
||||
b.id = WebHookEventType::FLAG
|
||||
b.name = "flag"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user