silverbucket / dogfeed

an unhosted feed reader
https://dogfeed.5apps.com
GNU Affero General Public License v3.0
34 stars 4 forks source link

improve unread count reliability #51

Open silverbucket opened 10 years ago

silverbucket commented 10 years ago

perhaps an object, the keys are article links and the values are true/false if read of not.

the count we get from sockethub upon completion of the fetch should be used as the basis. with the read flags being applied from remotestorage.

dont add or subtract from the count as articles come in from sockethub (just the command completion data articleLinks)