fix test
This commit is contained in:
@@ -1252,7 +1252,7 @@ class StreamChatClient {
|
|||||||
Message message, String channelId, String channelType) async {
|
Message message, String channelId, String channelType) async {
|
||||||
final response = await post(
|
final response = await post(
|
||||||
'/channels/$channelType/$channelId/message',
|
'/channels/$channelType/$channelId/message',
|
||||||
data: {'message': message},
|
data: {'message': message.toJson()},
|
||||||
);
|
);
|
||||||
return decode(response.data, SendMessageResponse.fromJson);
|
return decode(response.data, SendMessageResponse.fromJson);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user