Skip to content

Instantly share code, notes, and snippets.

@LukeSmetham
Created September 24, 2019 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save LukeSmetham/9e27f16f2ca8854d39eab57f2c173019 to your computer and use it in GitHub Desktop.
Save LukeSmetham/9e27f16f2ca8854d39eab57f2c173019 to your computer and use it in GitHub Desktop.
export const SET_UNREAD_COUNT = 'SET_UNREAD_COUNT';
// The below type is a replica of the one used internally by voxeet so we can mimic a click of the Chat ActionButton.
export const TOGGLE_ATTENDEES_CHAT = 'TOGGLE_ATTENDEES_CHAT';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment