Skip to content

Instantly share code, notes, and snippets.

@AlexPrestonSB
Created August 7, 2020 21:36
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/3dcbeb2e5edf099d55409f5ac023346e to your computer and use it in GitHub Desktop.
Save AlexPrestonSB/3dcbeb2e5edf099d55409f5ac023346e 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