Skip to content

Conversation

martialblog
Copy link
Member

Fixes #51

@martialblog martialblog requested a review from TheSyscall October 2, 2025 14:49
@martialblog martialblog self-assigned this Oct 2, 2025
@martialblog martialblog added this to the v0.1.0 milestone Oct 2, 2025
}

// Skip inactive feeds
if (!$feed->isActive) {
Copy link
Collaborator

@TheSyscall TheSyscall Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes it impossible to request a feed by it's name.

Like: feeds=feedA,feedB where feedB is disabled.

But the same behaviour is not implemented for requesting a single feed.

Is that intentional?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah somewhat, but I'm fine with having the same behavior in the FeedController.

Probably that's a bit more expected

Copy link
Collaborator

@TheSyscall TheSyscall Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My idea would be to still show it if the user explicitly requests it.

Aka. $feeds !== null

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to update the branch if you want to work on it

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

Successfully merging this pull request may close these issues.

[Feature]: Option to enable and disable feeds
2 participants