-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All articles reset to unread from time to time #12
Comments
Check if you are displaying or sorting articles by the "last updated" field. That is the most likely cause. If you edit an article or some process trips the last updated, then it will reappear in the feed.You should be able to set it to use published or created date. |
Thanks for such a swift reply! We use "created date descending". The created and start publishing dates are often different and editors often mess with the latter but not the former (I think). I tried changing $itemUpdated to $itemDate in feedcreator.class to avoid updates there but it had no effect. I wonder what can cause entire feed to be marked as unread? |
no effect in what way? Do you have an example article that re-appeared to work from? On 7 May 2015 at 10:37:51 am, pethr ([email protected]) wrote: Thanks for such a swift reply! We use "created date descending". The created and start publishing dates are often different and editors often mess with the later but not the former (most likely). I tried changing $itemUpdated to $itemDate in feedcreator.class to avoid updates there but it had no effect. — |
I do not right now. The thing is the whole feed "reappears" when the issue happens. Say you clicked through/marked as read all of the articles in the feed, you come to the reader the next day and all of them are marked new. That is how it has been reported to me repeatedly by an experienced user (I do not use RSS reader myself for several years). |
something in the footprint of the feed or the articles must be changing for some reason. Unfortunately, there isn't much I can do without an example or steps to reproduce it though On 7 May 2015 at 12:00:52 pm, pethr ([email protected]) wrote: I do not right now. The thing is the whole feed "reappears" when the issue happens. Say you clicked through/marked as read all of the articles in the feed, you come to the reader the next day and all of them are marked new. That is how it has been reported to me repeatedly by an experienced user (I do not use RSS myself for several years). — |
Hi, I am getting reports of all articles in our feeds randomly resetting to unread from time to time. I was unable to trace it back to anything specific. Is there something that might be causing this (for example publishing and unpublishing an article, assigning it to a different category, date change...)?
The text was updated successfully, but these errors were encountered: