]> git.mxchange.org Git - friendica.git/blobdiff - mod/_well_known.php
Improve Console/Config display for array values
[friendica.git] / mod / _well_known.php
index c5bee3fdad4b49280b6f9543353fbe5a5524df50..407fc756a931fef7cfe0a39adc79816def46b1b6 100644 (file)
@@ -70,9 +70,11 @@ function wk_social_relay()
        }
 
        $relay = [
-               "subscribe" => $subscribe,
-               "scope" => $scope,
-               "tags" => $taglist
+               'subscribe' => $subscribe,
+               'scope' => $scope,
+               'tags' => $taglist,
+               'protocols' => ['diaspora' => ['receive' => System::baseUrl() . '/receive/public'],
+                       'dfrn' => ['receive' => System::baseUrl() . '/dfrn_notify']]
        ];
 
        header('Content-type: application/json; charset=utf-8');