-
Notifications
You must be signed in to change notification settings - Fork 190
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
Can't re-add deleted feed via API #2957
Comments
The reason is that the feed is marked for deletion, in theory the clients web-ui, API clients can restore a deleted feed. The feed is actually deleted when the update job is run by nextcloud by default every hour. |
I think we can re-add that feature and expand the check so currently removed feeds can be added again. |
I have misread the post. I thought you mean re-adding the feed with the UI. This works and the undo feature can maybe implemented some times later. |
That's right 👍 I can see that now after doing some API integration testing. So perhaps a better phrasing of this would be "Instead of failing, an API request to add a feed which is currently flagged deleted should restore it". |
I think I maybe also spotted a "deleted" feed interfering with OPML import |
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
A feed that has been removed in the UI can not be re-added via the API (as it appears to still exist?). I haven't checked the DB, presumably it's still there.
Steps to Reproduce
Explain what you did to encounter the issue
Feed with this URL exists
System Information
edit: further server details
The text was updated successfully, but these errors were encountered: