[Core->MessageSearchBloc] Align with the new changes
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -132,9 +132,9 @@ class MessageSearchBlocState extends State<MessageSearchBloc>
|
|||||||
final client = StreamChatCore.of(context).client;
|
final client = StreamChatCore.of(context).client;
|
||||||
return client.search(
|
return client.search(
|
||||||
filter,
|
filter,
|
||||||
sort,
|
sort: sort,
|
||||||
query,
|
query: query,
|
||||||
pagination,
|
paginationParams: pagination,
|
||||||
messageFilters: messageFilter,
|
messageFilters: messageFilter,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user