Merge branch 'v4' of https://github.com/GetStream/stream-chat-flutter into live-event-improvements

This commit is contained in:
Ayush Shekhar
2022-04-06 14:49:51 +05:30
@@ -1004,9 +1004,7 @@ class StreamMessageInputState extends State<StreamMessageInput>
.channel
.ownCapabilities
.contains(PermissionType.sendLinks)) {
_effectiveController
..text = value
..clearOGAttachment();
_effectiveController.clearOGAttachment();
return;
}