From 83f7d2db547a4a5e282325adc295bcb8b531a1a5 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 10 Jul 2026 01:24:41 +0200 Subject: [PATCH] Fix: remove `lastModificationWithin` filter from search notifications --- backend/api/package.json | 2 +- backend/api/src/send-search-notifications.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/api/package.json b/backend/api/package.json index a9f584df..c5237c4b 100644 --- a/backend/api/package.json +++ b/backend/api/package.json @@ -1,6 +1,6 @@ { "name": "@compass/api", - "version": "1.45.2", + "version": "1.45.3", "private": true, "description": "Backend API endpoints", "main": "src/serve.ts", diff --git a/backend/api/src/send-search-notifications.ts b/backend/api/src/send-search-notifications.ts index 3dd1aa5e..8ee6e61f 100644 --- a/backend/api/src/send-search-notifications.ts +++ b/backend/api/src/send-search-notifications.ts @@ -48,7 +48,6 @@ const searchProps = (row: SearchRow, userIds: string[]): profileQueryType => { userId: row.creator_id, shortBio: true, skipCount: true, - lastModificationWithin: '24 hours', userIds, } }