From 2c643847ce5049cbdc97383dc9f1e2e13ab9d9c3 Mon Sep 17 00:00:00 2001 From: Steddy0 Date: Sat, 29 Aug 2026 09:03:30 +0100 Subject: [PATCH] feat(notification): implement subscription webhook system with event filtering (#926) --- backend/services/notification/webhooks.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/services/notification/webhooks.ts b/backend/services/notification/webhooks.ts index 24c0701e..13c728d7 100644 --- a/backend/services/notification/webhooks.ts +++ b/backend/services/notification/webhooks.ts @@ -1,8 +1,8 @@ /** - * Unified Webhook System — Issue #727 + * Unified Webhook System — Issue #926 * * This barrel file is the single entry point for the SubTrackr subscription - * webhook system as specified in the Technical Scope of issue #727. + * webhook system as specified in the Technical Scope of issue #926. * * It re-exports: * - WebhookDeliveryService — core delivery, retry, rate limiting, DLQ