From 26e7663dae0a30e4ed1b361728e7d2d2d65608c3 Mon Sep 17 00:00:00 2001 From: Jess Robinson Date: Thu, 28 Nov 2024 13:13:22 +0000 Subject: [PATCH] build(xapian): Fixes bug with delayed markSeen on message-open Reverting to runbox-searchindex 0.2.3 as that seems to work better --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32dadb48..9d3c1fc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@danielmoncada/angular-datetime-picker": "^15.0.2", "@danielmoncada/angular-datetime-picker-moment-adapter": "^2.2.0", "@mdi/angular-material": "^7.2.96", - "@runboxcom/runbox-searchindex": "^0.2.4", + "@runboxcom/runbox-searchindex": "^0.2.3", "@sentry/browser": "^5.15.5", "angular-calendar": "0.31.0", "angular2-hotkeys": "13.3.0", @@ -5715,9 +5715,9 @@ } }, "node_modules/@runboxcom/runbox-searchindex": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@runboxcom/runbox-searchindex/-/runbox-searchindex-0.2.4.tgz", - "integrity": "sha512-PaYpAUIjmcb56Y1bXvpfeIp9nWfWhJW3mzRpPmvv/ZVHi7uuLsTBlHPbjyVjr4kSIvqqXouufUmOVLpxSwcfMA==" + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@runboxcom/runbox-searchindex/-/runbox-searchindex-0.2.3.tgz", + "integrity": "sha512-pEJ1EOmhiSXc0fnYHr+wi3qpal/ieSuulAtb45tBgWPoNxncKBLXFGHHd+9DsYuNPBSqHaKyFizaWLDfTq71Mw==" }, "node_modules/@scarf/scarf": { "version": "1.1.1", diff --git a/package.json b/package.json index b0d20cb7..c6c6a4fe 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@danielmoncada/angular-datetime-picker": "^15.0.2", "@danielmoncada/angular-datetime-picker-moment-adapter": "^2.2.0", "@mdi/angular-material": "^7.2.96", - "@runboxcom/runbox-searchindex": "^0.2.4", + "@runboxcom/runbox-searchindex": "^0.2.3", "@sentry/browser": "^5.15.5", "angular-calendar": "0.31.0", "angular2-hotkeys": "13.3.0",