diff --git a/server-plugins/notification-resources/src/index.ts b/server-plugins/notification-resources/src/index.ts index 4a29f177819..ceb252f5f39 100644 --- a/server-plugins/notification-resources/src/index.ts +++ b/server-plugins/notification-resources/src/index.ts @@ -128,7 +128,7 @@ export async function getCommonNotificationTxes ( data, _class, modifiedOn, - [], + (notifyResult.get(notification.providers.InboxNotificationProvider) ?? []).map((t) => t._id), true, tx )