X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2F_well_known.php;h=407fc756a931fef7cfe0a39adc79816def46b1b6;hb=96a43d0db915fc2fc4d61de4ab649e951c352504;hp=782dc7a1b145973eb2a1b061701f89c37ac17d80;hpb=87dbe0352142200330b4414f292efe4658c5fb18;p=friendica.git diff --git a/mod/_well_known.php b/mod/_well_known.php index 782dc7a1b1..407fc756a9 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -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');