From a6a2ea63a49c7eab3e2b2318d07ad4c832b0a02a Mon Sep 17 00:00:00 2001 From: harshil Sharma Date: Tue, 26 Sep 2023 17:32:48 +0530 Subject: [PATCH] Added convert option to GM --- app/screens/channel_info/channel_info.tsx | 8 ++++++++ ios/Podfile.lock | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/screens/channel_info/channel_info.tsx b/app/screens/channel_info/channel_info.tsx index c71c8df98..3cd0239f1 100644 --- a/app/screens/channel_info/channel_info.tsx +++ b/app/screens/channel_info/channel_info.tsx @@ -21,6 +21,8 @@ import Options from './options'; import Title from './title'; import type {AvailableScreens} from '@typings/screens/navigation'; +import ConvertToChannelLabel from '@app/components/channel_actions/convert_to_channel/convert_to_channel_label'; +import { General } from '@app/constants'; type Props = { channelId: string; @@ -105,6 +107,12 @@ const ChannelInfo = ({ canManageMembers={canManageMembers} /> + {type === General.GM_CHANNEL && + <> + + + + } {canEnableDisableCalls && <>