mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -1772,6 +1772,7 @@ export class Filter {
|
||||
"not-in-home",
|
||||
"in-all",
|
||||
"not-in-all",
|
||||
"search",
|
||||
]);
|
||||
|
||||
for (const term of term_types) {
|
||||
|
||||
Reference in New Issue
Block a user