Merge branch 'v4' of https://github.com/GetStream/stream-chat-flutter into live-event-improvements
This commit is contained in:
@@ -1004,9 +1004,7 @@ class StreamMessageInputState extends State<StreamMessageInput>
|
||||
.channel
|
||||
.ownCapabilities
|
||||
.contains(PermissionType.sendLinks)) {
|
||||
_effectiveController
|
||||
..text = value
|
||||
..clearOGAttachment();
|
||||
_effectiveController.clearOGAttachment();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user