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

The "updated" field should be able to be updated #144

Open
guanpu opened this issue Mar 3, 2021 · 0 comments
Open

The "updated" field should be able to be updated #144

guanpu opened this issue Mar 3, 2021 · 0 comments

Comments

@guanpu
Copy link

guanpu commented Mar 3, 2021

Is your feature request related to a problem? Please describe.
In my use case, I create feed at the beginning and add item gradually, this process can take very long so that at the end, the updated is no longer accurate. I think the updated of the feed should be equal to the last added item's updated field. But at the beginning, I don't know what's last item's update time. So there's no way to make updated field of feed accurate.

Describe the solution you'd like
Expose a setUpdated method so that user can update it to be anytime they think valid

Describe alternatives you've considered
Here's my implementation: #143

Additional context
Maybe my usecase is special, but I guess generally we should expose this method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant