From 447997930fcb0b8de8e6ed6390a25c26a9aec6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Wed, 21 Feb 2024 10:18:27 -0300 Subject: [PATCH] Aditional changes to avoid user problems --- bigbluebutton-html5/imports/ui/components/poll/container.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bigbluebutton-html5/imports/ui/components/poll/container.jsx b/bigbluebutton-html5/imports/ui/components/poll/container.jsx index 5eb23a9369..b7b4e4efc8 100644 --- a/bigbluebutton-html5/imports/ui/components/poll/container.jsx +++ b/bigbluebutton-html5/imports/ui/components/poll/container.jsx @@ -24,6 +24,10 @@ const PollContainer = (props) => { type: ACTIONS.SET_SIDEBAR_CONTENT_PANEL, value: PANELS.CHAT, }); + layoutContextDispatch({ + type: ACTIONS.SET_ID_CHAT_OPEN, + value: PUBLIC_CHAT_KEY, + }); }; const sidebarContent = layoutSelectInput((i) => i.sidebarContent);