diff --git a/backend/src/middleware/notifications/notificationsMiddleware.ts b/backend/src/middleware/notifications/notificationsMiddleware.ts index 183134499..0e8aa40b4 100644 --- a/backend/src/middleware/notifications/notificationsMiddleware.ts +++ b/backend/src/middleware/notifications/notificationsMiddleware.ts @@ -74,6 +74,7 @@ const notifyPublishUsersOfMentionInclAll = async (label, id, idsOfUsers, reason, } } } else { + // Wolle console.log('notifyPublishUsersOfMentionInclAll – no all') await publishNotifications(context, [ notifyUsersOfMention(label, id, idsOfUsers, reason, context), ])