From 1f1165027568de4ffbb287a66b2cf6941b36a9c0 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Fri, 1 Nov 2024 16:55:24 +0530 Subject: [PATCH] filter: Fix search narrow not live updated on topic move. Since stream / topic change involves change in topic name, it could involve new messages being included and some being discarded. Also, messages could have been moved from an inaccessible stream to now accessible stream for the user. --- web/src/filter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/filter.ts b/web/src/filter.ts index bab337c349..8f145b1ae0 100644 --- a/web/src/filter.ts +++ b/web/src/filter.ts @@ -1772,6 +1772,7 @@ export class Filter { "not-in-home", "in-all", "not-in-all", + "search", ]); for (const term of term_types) {