Add support for disabled chat state in the chat input field. Closes #2761
This commit is contained in:
@@ -293,6 +293,7 @@ export const Content: FC = () => {
|
||||
notifyItemSelected={() => setShowNotifyModal(true)}
|
||||
followItemSelected={() => setShowFollowModal(true)}
|
||||
externalActionSelected={externalActionSelected}
|
||||
chatEnabled={isChatAvailable}
|
||||
/>
|
||||
) : (
|
||||
<DesktopContent
|
||||
|
||||
Reference in New Issue
Block a user