Update definitions.h

This commit is contained in:
martinrotter 2021-07-16 20:50:25 +02:00 committed by GitHub
parent 029930878e
commit 6370f9e76c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -9,11 +9,10 @@
#define GREADER_URL_BAZQUX "https://bazqux.com"
// States.
// Means "unread" message.
#define GREADER_API_STATE_READING_LIST "state/com.google/reading-list"
// Means "read" message. If both "reading-list" and "read" are specified, message is READ.
// Means "read" message. If both "reading-list" and "read" are specified, message is READ. If this state
// is not present, message is UNREAD.
#define GREADER_API_STATE_READ "state/com.google/read"
#define GREADER_API_STATE_IMPORTANT "state/com.google/starred"