mirror of https://github.com/zulip/zulip.git
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:
parent
06a50eaa78
commit
1f11650275
|
@ -1772,6 +1772,7 @@ export class Filter {
|
|||
"not-in-home",
|
||||
"in-all",
|
||||
"not-in-all",
|
||||
"search",
|
||||
]);
|
||||
|
||||
for (const term of term_types) {
|
||||
|
|
Loading…
Reference in New Issue