Adopt the relay definition according to the suggestions from @jaywink
This commit is contained in:
parent
8612e44d19
commit
40d3e7982c
2 changed files with 12 additions and 4 deletions
|
@ -73,8 +73,8 @@ function wk_social_relay()
|
|||
'subscribe' => $subscribe,
|
||||
'scope' => $scope,
|
||||
'tags' => $taglist,
|
||||
'protocols' => ['diaspora' => System::baseUrl() . '/receive/public',
|
||||
'dfrn' => System::baseUrl() . '/dfrn_notify']
|
||||
'protocols' => ['diaspora' => ['receive' => System::baseUrl() . '/receive/public'],
|
||||
'dfrn' => ['receive' => System::baseUrl() . '/dfrn_notify']]
|
||||
];
|
||||
|
||||
header('Content-type: application/json; charset=utf-8');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue