From 1f234649a6624d9c1015f08245c2edb1b458dfd4 Mon Sep 17 00:00:00 2001 From: Mohammed S Date: Sat, 9 Sep 2023 21:14:04 +0530 Subject: [PATCH] =?UTF-8?q?ci(restapi):=20=F0=9F=8E=89=20cut=20beta=20rele?= =?UTF-8?q?ase=20to=20restapi-v0.0.1-alpha.33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uiweb/src/lib/components/chat/MessageInput/MessageInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uiweb/src/lib/components/chat/MessageInput/MessageInput.tsx b/packages/uiweb/src/lib/components/chat/MessageInput/MessageInput.tsx index 3b5245157..8d3dca165 100644 --- a/packages/uiweb/src/lib/components/chat/MessageInput/MessageInput.tsx +++ b/packages/uiweb/src/lib/components/chat/MessageInput/MessageInput.tsx @@ -349,7 +349,7 @@ export const MessageInput: React.FC = ({ }); if (chatFeed?.groupInformation?.rules && - (chatFeed?.groupInformation?.rules?.groupAccess || + (chatFeed?.groupInformation?.rules?.entry || chatFeed?.groupInformation?.rules?.chat) ) { setIsRules(true);