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.
This commit is contained in:
Aman Agrawal 2024-11-01 16:55:24 +05:30 committed by Tim Abbott
parent 06a50eaa78
commit 1f11650275
1 changed files with 1 additions and 0 deletions

View File

@ -1772,6 +1772,7 @@ export class Filter {
"not-in-home", "not-in-home",
"in-all", "in-all",
"not-in-all", "not-in-all",
"search",
]); ]);
for (const term of term_types) { for (const term of term_types) {