mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
message_events: Ask server if cannot filter locally.
For filters that cannot be applied locally, we ask the server to determine if the `events_messages` are part of the narrow. Fixes #21073
This commit is contained in:
@@ -13,7 +13,7 @@ export function do_unread_count_updates(messages) {
|
||||
resize.resize_page_components();
|
||||
}
|
||||
|
||||
function add_messages(messages, msg_list, opts) {
|
||||
export function add_messages(messages, msg_list, opts) {
|
||||
if (!messages) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user