Skip to content

Instantly share code, notes, and snippets.

@AlexPrestonSB
Last active August 7, 2020 21:43
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 AlexPrestonSB/5fc3123d6462c40879519886476ef9a8 to your computer and use it in GitHub Desktop.
Save AlexPrestonSB/5fc3123d6462c40879519886476ef9a8 to your computer and use it in GitHub Desktop.
Marking a message as read.
//Receiver Side
// Call the 'markAsRead()' when the current user views unread messages in a group channel.
groupChannel.markAsRead();
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment