mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2025-12-23 21:47:44 -05:00
Remove pocket sharing service (#8127)
It has been discontinued. See https://github.com/FreshRSS/FreshRSS/issues/8125
This commit is contained in:
committed by
GitHub
parent
4d420c4b4d
commit
ca091fbef4
@@ -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' => '#',
|
||||
|
||||
Reference in New Issue
Block a user