You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when modifying a feed through the web form (e.g., disabling the feed), upon form submission, both the parsing error count and error message of that feed are reset.
However, this reset process doesn't occur when modifying the feed via API.
After examining the relevant code, I found that the reset operation appears to be automatically performed during form processing:
I noticed that when modifying a feed through the web form (e.g., disabling the feed), upon form submission, both the parsing error count and error message of that feed are reset.
However, this reset process doesn't occur when modifying the feed via API.
After examining the relevant code, I found that the reset operation appears to be automatically performed during form processing:
v2/internal/ui/form/feed.go
Lines 58 to 59 in c3016a4
This operation is not present in the API modification flow.
I'd like to know if this difference in behavior is intentional or an oversight.
If it's not intentional, perhaps we could synchronize this logic by adding
originalFeed.ResetErrorCounter()
to the API handling code.The text was updated successfully, but these errors were encountered: