diff --git a/client/coral-embed-stream/src/reducers/auth.js b/client/coral-embed-stream/src/reducers/auth.js index 49562e0b3..156c53515 100644 --- a/client/coral-embed-stream/src/reducers/auth.js +++ b/client/coral-embed-stream/src/reducers/auth.js @@ -228,6 +228,9 @@ export default function auth (state = initialState, action) { redirectUri: action.uri, }; case 'APOLLO_SUBSCRIPTION_RESULT': + + // @TODO: These don't work anymore because apollo store has been decoupled + if (action.operationName === 'UserBanned' && state.user.id === action.variables.user_id) { return { ...state,