From beea7e1c673686398fe4f1b31078a4b05be12073 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Wed, 23 Dec 2020 14:57:03 +0530 Subject: [PATCH] [Message Actions Modal] Hide showInChannel Indicator Signed-off-by: Sahil Kumar --- lib/src/message_actions_modal.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/message_actions_modal.dart b/lib/src/message_actions_modal.dart index f4cd47c8..8013a8b3 100644 --- a/lib/src/message_actions_modal.dart +++ b/lib/src/message_actions_modal.dart @@ -118,6 +118,7 @@ class MessageActionsModal extends StatelessWidget { showTimestamp: false, translateUserAvatar: false, showReactionPickerIndicator: true, + showInChannelIndicator: false, showSendingIndicator: DisplayWidget.gone, shape: messageShape, ),