Stop receiveing messages from Meteor

This commit is contained in:
Tainan Felipe 2023-05-11 11:49:20 -03:00
parent 1af0d6e1f5
commit 6237adb554

View File

@ -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;