Parcourir la source

Remove pocket sharing service (#8127)

It has been discontinued.
See https://github.com/FreshRSS/FreshRSS/issues/8125
Alexis Degrugillier il y a 5 mois
Parent
commit
ca091fbef4
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      app/shares.php

+ 0 - 6
app/shares.php

@@ -170,12 +170,6 @@ return [
 		'form' => 'simple',
 		'form' => 'simple',
 		'method' => 'GET',
 		'method' => 'GET',
 	],
 	],
-	'pocket' => [
-		'url' => 'https://getpocket.com/save?url=~LINK~&title=~TITLE~',
-		'transform' => ['rawurlencode'],
-		'form' => 'simple',
-		'method' => 'GET',
-	],
 	'print' => [
 	'print' => [
 		'HTMLtag' => 'button',
 		'HTMLtag' => 'button',
 		'url' => '#',
 		'url' => '#',