Przeglądaj źródła

Remove wrong deprecation (#8399)

This OPML method is the one used when exporting a single feed as OPML. Not deprecated.
Alexandre Alapetite 3 miesięcy temu
rodzic
commit
0202c29301
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/Controllers/indexController.php

+ 0 - 1
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;