Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created March 10, 2020 15:23
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 Porter97/f8e6104f9d93834a54b96adbbf426139 to your computer and use it in GitHub Desktop.
Save Porter97/f8e6104f9d93834a54b96adbbf426139 to your computer and use it in GitHub Desktop.
#...
// mark notifications as read when notification page is opened
if (!last_id) {
request = notifications.get({limit: 10, mark_read: true})
} else {
request = notifications.get({limit: 10, mark_read: true, id_lt: last_id})
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment