How do I mass update feeds to set ntfy_enabled to true? #2943
Unanswered
kartikynwa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems like the update feed API does not allow updating the ntfy_enabled feed
Is it safe to do it from the database? Like
UPDATE feeds SET ntfy_enabled=TRUE;
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions