mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Move Follow to /contact
namespace
This commit is contained in:
parent
3554894577
commit
b5d01337d9
6 changed files with 8 additions and 8 deletions
|
@ -2185,7 +2185,7 @@ class Probe
|
|||
'xmpp' => $owner['xmpp'], 'matrix' => $owner['matrix'],
|
||||
'hide' => !$owner['net-publish'], 'batch' => '', 'notify' => $owner['notify'],
|
||||
'poll' => $owner['poll'], 'request' => $owner['request'], 'confirm' => $owner['confirm'],
|
||||
'subscribe' => $approfile['generator']['url'] . '/follow?url={uri}', 'poco' => $owner['poco'],
|
||||
'subscribe' => $approfile['generator']['url'] . '/contact/follow?url={uri}', 'poco' => $owner['poco'],
|
||||
'following' => $approfile['following'], 'followers' => $approfile['followers'],
|
||||
'inbox' => $approfile['inbox'], 'outbox' => $approfile['outbox'],
|
||||
'sharedinbox' => $approfile['endpoints']['sharedInbox'], 'network' => Protocol::DFRN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue