mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05: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