Skip to content
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

Fix markAsReadUponGone #5382

Merged
merged 1 commit into from May 9, 2023
Merged

Conversation

Alkarex
Copy link
Member

@Alkarex Alkarex commented May 9, 2023

Fix regression from #5315
which indroduced a bug for cached feeds.
We now update the lastSeen property of entries to account for the fact that they are unchanged but still existing.

Fix regression from FreshRSS#5315
which indroduced a bug for cached feeds.
We now update the `lastSeen` property of entries to account for the fact that they are unchanged but still existing.
@Alkarex Alkarex added this to the 1.22.0 milestone May 9, 2023
@Alkarex Alkarex added the Bug (confirmed) 🐞 issues that are reproducable label May 9, 2023
@Alkarex Alkarex merged commit 4c5f3bb into FreshRSS:edge May 9, 2023
1 check passed
@Alkarex Alkarex deleted the updateLastSeenUnchanged branch May 9, 2023 20:31
Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request May 15, 2023
FreshRSS#5382 was not good enough to fix markAsReadUponGone and introduced a regression in `entry.lastSeen`.
New approach.
Follow-up of FreshRSS#5315
Alkarex added a commit that referenced this pull request May 16, 2023
* Fix again updateLastSeenUnchanged
#5382 was not good enough to fix markAsReadUponGone and introduced a regression in `entry.lastSeen`.
New approach.
Follow-up of #5315

* Minor change of mind

* Fix handling of lastSeen
entry.lastSeen was not always correctly initialised, and sometimes overriden
math-GH pushed a commit to math-GH/FreshRSS that referenced this pull request Jul 4, 2023
Fix regression from FreshRSS#5315
which indroduced a bug for cached feeds.
We now update the `lastSeen` property of entries to account for the fact that they are unchanged but still existing.
math-GH pushed a commit to math-GH/FreshRSS that referenced this pull request Jul 4, 2023
* Fix again updateLastSeenUnchanged
FreshRSS#5382 was not good enough to fix markAsReadUponGone and introduced a regression in `entry.lastSeen`.
New approach.
Follow-up of FreshRSS#5315

* Minor change of mind

* Fix handling of lastSeen
entry.lastSeen was not always correctly initialised, and sometimes overriden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug (confirmed) 🐞 issues that are reproducable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant