chore(ui): update changelog
This commit is contained in:
@@ -486,10 +486,9 @@ class StreamMessageInputState extends State<StreamMessageInput>
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (!StreamChannel.of(context)
|
||||
.channel
|
||||
.ownCapabilities
|
||||
.contains(PermissionType.sendMessage)) {
|
||||
final channel = StreamChannel.of(context).channel;
|
||||
if (channel.state != null &&
|
||||
!channel.ownCapabilities.contains(PermissionType.sendMessage)) {
|
||||
return SafeArea(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
## Upcoming
|
||||
|
||||
- Deprecated `UsersBloc` in favor of `StreamUserListController` to control the user list.
|
||||
- Deprecated `MessageSearchBloc` in favor of `StreamMessageSearchListController` to control the user list.
|
||||
|
||||
## 4.0.0-beta.2
|
||||
|
||||
- Updated `stream_chat` dependency to [`4.0.0-beta.2`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
Reference in New Issue
Block a user