Merge branch 'develop' into hotfix/unreadIndicator

This commit is contained in:
Salvatore Giordano
2021-08-31 14:47:13 +02:00
committed by GitHub
4 changed files with 38 additions and 4 deletions
@@ -292,6 +292,7 @@ class ChannelApi {
) async {
final response = await _client.post(
'${_getChannelUrl(channelId, channelType)}/show',
data: {},
);
return EmptyResponse.fromJson(response.data);
}