diff --git a/bigbluebutton-html5/imports/ui/components/components-data/chat-context/adapter.jsx b/bigbluebutton-html5/imports/ui/components/components-data/chat-context/adapter.jsx index c7e5389e36..d730423823 100644 --- a/bigbluebutton-html5/imports/ui/components/components-data/chat-context/adapter.jsx +++ b/bigbluebutton-html5/imports/ui/components/components-data/chat-context/adapter.jsx @@ -132,7 +132,7 @@ const Adapter = () => { throttledDispatch(); }; - CollectionEventsBroker.addListener('group-chat-msg', 'added', insertToContext); + // CollectionEventsBroker.addListener('group-chat-msg', 'added', insertToContext); }, [Meteor.status().connected, Meteor.connection._lastSessionId]); return null;