mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
DEV: Add 'custom' WebHook event type group (#29549)
This commit is contained in:
parent
323013d9c7
commit
deeed5b8c1
@ -35,6 +35,7 @@ class WebHookEventType < ActiveRecord::Base
|
||||
user_promoted: 13,
|
||||
voting: 14,
|
||||
chat: 15,
|
||||
custom: 16,
|
||||
},
|
||||
_scopes: false
|
||||
|
||||
|
@ -5497,6 +5497,8 @@ en:
|
||||
group_name: "Group User Events"
|
||||
user_added_to_group: "A user is added to a group"
|
||||
user_removed_from_group: "A user is removed from a group"
|
||||
custom_event:
|
||||
group_name: "Custom Events"
|
||||
user_promoted_event:
|
||||
group_name: "User Promoted Events"
|
||||
user_promoted: "A user is promoted"
|
||||
|
Loading…
x
Reference in New Issue
Block a user