export function messageCountReducer(state = {}, action) {
  switch (action.type) {
    case constants.REQUEST_MESSAGECOUNT:
      return {
        ...state,