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() {
|
componentDidMount() {
|
||||||
if (!!me) {
|
if (!!me) {
|
||||||
this.disconnect = store.dispatch(connectUserStream())
|
// this.disconnect = store.dispatch(connectUserStream())
|
||||||
store.dispatch(connectStatusUpdateStream())
|
// store.dispatch(connectStatusUpdateStream())
|
||||||
store.dispatch(connectChatMessagesStream(me))
|
// store.dispatch(connectChatMessagesStream(me))
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('%cGab Social ', [
|
console.log('%cGab Social ', [
|
||||||
|
|
Loading…
Reference in New Issue