mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
add some element in message
This commit is contained in:
@@ -160,7 +160,7 @@ class WebhookWorker implements WorkerInterface
|
||||
if (!isset($payload['delivery_id'])) {
|
||||
$webhookData = $webhookevent->getData();
|
||||
|
||||
$webhookData['time'] = $webhookevent->getCreated();
|
||||
$webhookData['event_time'] = $webhookevent->getCreated();
|
||||
$webhookData['url'] = $this->app['conf']->get(['servername'], '');
|
||||
$webhookData['instance_name'] = $this->app['conf']->get(['registry', 'general', 'title'], '');
|
||||
// a webhook version is also added when processing data
|
||||
|
Reference in New Issue
Block a user