mutation-types.js 135 B

123
  1. export const SWITCH_THREAD = 'SWITCH_THREAD'
  2. export const RECEIVE_ALL = 'RECEIVE_ALL'
  3. export const RECEIVE_MESSAGE = 'RECEIVE_MESSAGE'