mirror of
https://github.com/sismics/docs.git
synced 2025-12-15 02:36:24 +00:00
Closes #243: webhooks UI
This commit is contained in:
@@ -48,7 +48,7 @@ public class WebhookAsyncListener {
|
||||
@Subscribe
|
||||
@AllowConcurrentEvents
|
||||
public void on(final DocumentDeletedAsyncEvent event) {
|
||||
triggerWebhook(WebhookEvent.DOCUMENT_UPDATED, event.getDocumentId());
|
||||
triggerWebhook(WebhookEvent.DOCUMENT_DELETED, event.getDocumentId());
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
|
||||
Reference in New Issue
Block a user