devongovett / reader

An API Compatible Replacement for Google Reader
355 stars 26 forks source link

Add ts parameter checking in mark-all-as-read #16

Closed lzanita09 closed 11 years ago

lzanita09 commented 11 years ago

Current Google Reader API has a ts parameter for mark-all-as-read, which uses to mark items that are older than the given ts as read.

lzanita09 commented 11 years ago

Oops...Forgot to change var posts = db.postsForStreams(streams, options)...