From 0202c293019fe27f7ab2a5d88f6cdfa4e3815f1e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 4 Jan 2026 20:40:55 +0100 Subject: Remove wrong deprecation (#8399) This OPML method is the one used when exporting a single feed as OPML. Not deprecated. --- app/Controllers/indexController.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app') 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; -- cgit v1.2.3