From ca091fbef4823159060275a293eaa4e65ecaf1c0 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 16 Oct 2025 14:17:44 -0400 Subject: Remove pocket sharing service (#8127) It has been discontinued. See https://github.com/FreshRSS/FreshRSS/issues/8125 --- app/shares.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app') diff --git a/app/shares.php b/app/shares.php index 8f0c3cc92..7efaa5d12 100644 --- a/app/shares.php +++ b/app/shares.php @@ -170,12 +170,6 @@ return [ 'form' => 'simple', 'method' => 'GET', ], - 'pocket' => [ - 'url' => 'https://getpocket.com/save?url=~LINK~&title=~TITLE~', - 'transform' => ['rawurlencode'], - 'form' => 'simple', - 'method' => 'GET', - ], 'print' => [ 'HTMLtag' => 'button', 'url' => '#', -- cgit v1.2.3