diff options
| author | 2025-10-16 14:17:44 -0400 | |
|---|---|---|
| committer | 2025-10-16 20:17:44 +0200 | |
| commit | ca091fbef4823159060275a293eaa4e65ecaf1c0 (patch) | |
| tree | 26ee5404c767f5b39dbf6cbb8f51a7c982124358 /app | |
| parent | 4d420c4b4d89eaf6e1ef1848841046c7839408bc (diff) | |
Remove pocket sharing service (#8127)
It has been discontinued.
See https://github.com/FreshRSS/FreshRSS/issues/8125
Diffstat (limited to 'app')
| -rw-r--r-- | app/shares.php | 6 |
1 files changed, 0 insertions, 6 deletions
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' => '#', |
