Webhooks for local status.create, status.update, account.update (#24133)
This commit is contained in:
parent
34096bc6ea
commit
94cbd808b5
5 changed files with 23 additions and 2 deletions
|
@ -17,7 +17,10 @@ class Webhook < ApplicationRecord
|
|||
EVENTS = %w(
|
||||
account.approved
|
||||
account.created
|
||||
account.updated
|
||||
report.created
|
||||
status.created
|
||||
status.updated
|
||||
).freeze
|
||||
|
||||
scope :enabled, -> { where(enabled: true) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue