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