summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2026-01-04 20:40:55 +0100
committerGravatar GitHub <noreply@github.com> 2026-01-04 20:40:55 +0100
commit0202c293019fe27f7ab2a5d88f6cdfa4e3815f1e (patch)
treed108644286a0d4babd818f1beb664006b61b72e2 /app
parent4739bcc62e02bbae83b061464512481cf9cfffa8 (diff)
Remove wrong deprecation (#8399)
This OPML method is the one used when exporting a single feed as OPML. Not deprecated.
Diffstat (limited to 'app')
-rw-r--r--app/Controllers/indexController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php
index ca88c9171..7ce5f5436 100644
--- a/app/Controllers/indexController.php
+++ b/app/Controllers/indexController.php
@@ -267,7 +267,6 @@ class FreshRSS_index_Controller extends FreshRSS_ActionController {
header('Content-Type: application/rss+xml; charset=utf-8');
}
- #[Deprecated('See user query OPML sharing instead')]
public function opmlAction(): void {
$allow_anonymous = FreshRSS_Context::systemConf()->allow_anonymous;