"x-social-relay" now exposes all supported protocols
This commit is contained in:
@@ -70,9 +70,11 @@ function wk_social_relay()
|
||||
}
|
||||
|
||||
$relay = [
|
||||
"subscribe" => $subscribe,
|
||||
"scope" => $scope,
|
||||
"tags" => $taglist
|
||||
'subscribe' => $subscribe,
|
||||
'scope' => $scope,
|
||||
'tags' => $taglist,
|
||||
'protocols' => ['diaspora' => System::baseUrl() . '/receive/public',
|
||||
'dfrn' => System::baseUrl() . '/dfrn_notify']
|
||||
];
|
||||
|
||||
header('Content-type: application/json; charset=utf-8');
|
||||
|
||||
Reference in New Issue
Block a user