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
|
.channel
|
||||||
.ownCapabilities
|
.ownCapabilities
|
||||||
.contains(PermissionType.sendLinks)) {
|
.contains(PermissionType.sendLinks)) {
|
||||||
_effectiveController
|
_effectiveController.clearOGAttachment();
|
||||||
..text = value
|
|
||||||
..clearOGAttachment();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user