From 7b7d1479e9a3364744955497b68b9a65e04a88b0 Mon Sep 17 00:00:00 2001 From: Billy Stalnaker Date: Tue, 1 Apr 2025 10:22:05 -0400 Subject: [PATCH] fix merge issue Signed-off-by: Billy Stalnaker --- plugins/notifications-backend/src/service/router.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/notifications-backend/src/service/router.ts b/plugins/notifications-backend/src/service/router.ts index 89639e3abf..ebf62c9fa0 100644 --- a/plugins/notifications-backend/src/service/router.ts +++ b/plugins/notifications-backend/src/service/router.ts @@ -557,6 +557,7 @@ export async function createRouter( user, channel: WEB_NOTIFICATION_CHANNEL, origin: userNotification.origin, + topic: userNotification.payload.topic ?? null, }); let ret = notification;