feat(llc): expose ChannelMute class.

Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2023-05-01 18:10:17 +05:30
committed by xsahil03x
parent 96298d4616
commit 6411fee02e
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
## Upcoming
✅ Added
- Expose `ChannelMute` class. [#1473](https://github.com/GetStream/stream-chat-flutter/issues/1473)
## 6.0.0
🐞 Fixed
@@ -24,6 +24,7 @@ export 'src/core/models/attachment.dart';
export 'src/core/models/attachment_file.dart';
export 'src/core/models/channel_config.dart';
export 'src/core/models/channel_model.dart';
export 'src/core/models/channel_mute.dart';
export 'src/core/models/channel_state.dart';
export 'src/core/models/command.dart';
export 'src/core/models/device.dart';