diff --git a/bigbluebutton-html5/imports/ui/components/chat/chat-dropdown/component.jsx b/bigbluebutton-html5/imports/ui/components/chat/chat-dropdown/component.jsx index 6cf7ead412cdd6b75c5fd581e6a65f2d0e35ac03..7721a834ff07c6a3352920d7253b11b4ab103f24 100755 --- a/bigbluebutton-html5/imports/ui/components/chat/chat-dropdown/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/chat/chat-dropdown/component.jsx @@ -144,11 +144,14 @@ class ChatDropdown extends PureComponent { } render() { - const { intl } = this.props; + const { + intl, + amIModerator, + } = this.props; const { isSettingOpen } = this.state; const availableActions = this.getAvailableActions(); - + if (!amIModerator && !ENABLE_SAVE_AND_COPY_PUBLIC_CHAT) return null; return ( <Dropdown isOpen={isSettingOpen} diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml index c30d4ecea08ed44026dcbed22fff1dfdc176e3ca..189402865f2cb1b9db701e89a1efbb682f463db9 100755 --- a/bigbluebutton-html5/private/config/settings.yml +++ b/bigbluebutton-html5/private/config/settings.yml @@ -396,7 +396,7 @@ public: enabled: true itemsPerPage: 100 timeBetweenFetchs: 1000 - enableSaveAndCopyPublicChat: false + enableSaveAndCopyPublicChat: true bufferChatInsertsMs: 0 startClosed: false min_message_length: 1