You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, an entry is read if it has the read tag; the read/unread status of an entry is a main feature and should be abstracted away from the underlying implementation.
lemon24
changed the title
Entries returned by get_entries() should have a read attribute
I need to get the tags of an entry to see if it's read/unread
Jan 28, 2018
lemon24
changed the title
I need to get the tags of an entry to see if it's read/unread
I need to get the tags of an entry to see if it's read
Jan 28, 2018
At the moment, an entry is read if it has the
read
tag; the read/unread status of an entry is a main feature and should be abstracted away from the underlying implementation.Add a
read
attribute to Entry objects.Related to #1.
The text was updated successfully, but these errors were encountered: