mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 11:01:41 +00:00
Merge branch 'issue-15109' into production.panel.sutty.nl
This commit is contained in:
commit
4838ba6579
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class DeploySocialDistributedPress < Deploy
|
||||||
webhook_class = DistributedPress::V1::Social::Schemas::Webhook
|
webhook_class = DistributedPress::V1::Social::Schemas::Webhook
|
||||||
|
|
||||||
hook_client.class::EVENTS.each do |event|
|
hook_client.class::EVENTS.each do |event|
|
||||||
event_url = :"v1_site_webhooks_social_inbox_#{event}_url"
|
event_url = :"v1_site_webhooks_#{event}_url"
|
||||||
|
|
||||||
webhook =
|
webhook =
|
||||||
webhook_class.new.call({
|
webhook_class.new.call({
|
||||||
|
|
Loading…
Reference in a new issue