diff options
| author | 2026-01-04 20:40:55 +0100 | |
|---|---|---|
| committer | 2026-01-04 20:40:55 +0100 | |
| commit | 0202c293019fe27f7ab2a5d88f6cdfa4e3815f1e (patch) | |
| tree | d108644286a0d4babd818f1beb664006b61b72e2 /app/Controllers/indexController.php | |
| parent | 4739bcc62e02bbae83b061464512481cf9cfffa8 (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/Controllers/indexController.php')
| -rw-r--r-- | app/Controllers/indexController.php | 1 |
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; |
