TEST Removing all streaming for now
TEST • Removing: - all streaming for now
This commit is contained in:
parent
eb8ab7c4eb
commit
8313f4b11d
|
@ -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 ', [
|
||||
|
|
Loading…
Reference in New Issue