TEST Removing all streaming for now

TEST
• Removing:
- all streaming for now
This commit is contained in:
mgabdev 2021-01-15 20:35:28 -05:00
parent eb8ab7c4eb
commit 8313f4b11d
1 changed files with 3 additions and 3 deletions

View File

@ -109,9 +109,9 @@ export default class GabSocial extends React.PureComponent {
componentDidMount() {
if (!!me) {
this.disconnect = store.dispatch(connectUserStream())
store.dispatch(connectStatusUpdateStream())
store.dispatch(connectChatMessagesStream(me))
// this.disconnect = store.dispatch(connectUserStream())
// store.dispatch(connectStatusUpdateStream())
// store.dispatch(connectChatMessagesStream(me))
}
console.log('%cGab Social ', [