Skip to content

Instantly share code, notes, and snippets.

@cblgh
Created September 3, 2018 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cblgh/418c7ea38391ec58a3329c3d75d7b42c to your computer and use it in GitHub Desktop.
Save cblgh/418c7ea38391ec58a3329c3d75d7b42c to your computer and use it in GitHub Desktop.
function isValidMessage(msg) {
if (!msg.value.type) msg.value.type = "text/chat"
return msg.value && typeof msg.value === "object"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment