Auto-post filtered articles setting #97
Labels
No labels
bug
devops
duplicate
enhancement
good first issue
next major release
next minor release
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/fedi-feed-router#97
Loading…
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?
Summary
Add a toggle setting that automatically approves keyword-matched articles.Update (post #85): This functionality already exists via two mechanisms:
enable_publishing_approvals— when OFF, all keyword-matched route_articles are auto-approved at ingestroutes.auto_approve(nullable bool) — overrides the global setting per routeWhat's left to do
The Settings page toggle for
enable_publishing_approvalsalready exists. The per-routeauto_approvefield exists in the DB but has no UI yet.Tasks
auto_approvetoggle to the Route edit modal on the Routes pageDependencies