mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Webhook for user creation and approval
This commit is contained in:
committed by
Guo Xiang Tan
parent
fd9056973a
commit
c463cf63d4
@@ -7,3 +7,8 @@ WebHookEventType.seed do |b|
|
||||
b.id = WebHookEventType::POST
|
||||
b.name = "post"
|
||||
end
|
||||
|
||||
WebHookEventType.seed do |b|
|
||||
b.id = WebHookEventType::USER
|
||||
b.name = "user"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user