Implement Miniflux' globally_visible
flag #191
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#191
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When updating the Miniflux implementation I was unable to discern any API-level purpose to the
hide_globally
flag on feeds and categories. It turns out there is an undocumented accompanyingglobally_visible
URL query flag to show only non-hidden results. As this would require further schema changes it was too late for the 0.12.0 release, but could be added in a future release.