I want a record of when I read each feed entry, not just a boolean indicating that I have read it, and I want that record synchronized between readers. Could you add that to your spec?
Actually, these timestamps are recorded to resolve conflicts, but are not exposed to the clients. I will make them visible in a new version of the libraries.
I want a record of when I read each feed entry, not just a boolean indicating that I have read it, and I want that record synchronized between readers. Could you add that to your spec?