sourcemash / Sourcemash

Read Your News Faster.
GNU General Public License v2.0
3 stars 0 forks source link

Remove unread/read count, just "new" #245

Closed swglad closed 9 years ago

swglad commented 9 years ago

On the frontend, if every item in a category has been read, THEN send a PUT to the UserCategory table to flip the Unread bit.

swglad commented 9 years ago

Only do a save when unread_count == 0.