aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2025-10-16 14:17:44 -0400
committerGravatar GitHub <noreply@github.com> 2025-10-16 20:17:44 +0200
commitca091fbef4823159060275a293eaa4e65ecaf1c0 (patch)
tree26ee5404c767f5b39dbf6cbb8f51a7c982124358 /app
parent4d420c4b4d89eaf6e1ef1848841046c7839408bc (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.php6
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~&amp;title=~TITLE~',
- 'transform' => ['rawurlencode'],
- 'form' => 'simple',
- 'method' => 'GET',
- ],
'print' => [
'HTMLtag' => 'button',
'url' => '#',