Skip to content

Commit

Permalink
ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.33
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammeds1992 committed Sep 9, 2023
1 parent 17b82f3 commit 1f23464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export const MessageInput: React.FC<MessageInputProps> = ({
});

if (chatFeed?.groupInformation?.rules &&
(chatFeed?.groupInformation?.rules?.groupAccess ||
(chatFeed?.groupInformation?.rules?.entry ||
chatFeed?.groupInformation?.rules?.chat)
) {
setIsRules(true);
Expand Down

0 comments on commit 1f23464

Please sign in to comment.