-
Notifications
You must be signed in to change notification settings - Fork 556
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
feat: Sync API #965
base: master
Are you sure you want to change the base?
feat: Sync API #965
Conversation
Finally sync API :) I am not sure that using timestamp is the best option, but I am trying to choose safest option right now until we find better solution to handle time in database. |
Thanks @DesarrolloAntonio it seems this PR has a bug that return empty imgURL for bookmarks. |
This PR is trying to add sync functionality to shiori.
This API get last sync and list of id in client side as return deleted item and modified item from last sync.
This PR did sync without need to store deleted time, so close #903.
TODO:
this todolist can be update overtime
We have bellow problems in CI: