Merge branch 'develop' into cds-365

This commit is contained in:
Sahil Kumar
2021-08-05 16:41:32 +05:30
committed by GitHub
63 changed files with 3167 additions and 2016 deletions
@@ -84,7 +84,7 @@ class ChannelApi {
/// Mark all channels for this user as read
Future<EmptyResponse> markAllRead() async {
final response = await _client.post('channels/read');
final response = await _client.post('/channels/read');
return EmptyResponse.fromJson(response.data);
}