[Core->MessageSearchBloc] Align with the new changes

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-02-19 18:10:47 +05:30
parent 0c04ac1ea7
commit 24d7866456
@@ -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,
); );
} }