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
Given I subscribed to a feed
When I unsubscribe from the feed
And noone else is subscribed to the feed
Then the feed should not be polled anymore
This looks like a bug to me, since _check_feed() contains logic to remove the feed. However an early return some lines before prevents it from being reached:
This looks like a bug to me, since
_check_feed()
contains logic to remove the feed. However an early return some lines before prevents it from being reached:The text was updated successfully, but these errors were encountered: