Update activitypub-servers.php

This commit is contained in:
Namhyeon Go 2022-06-30 16:00:57 +09:00 committed by GitHub
parent c7ef2a4558
commit 06c071a097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ if (!defined('_GNUBOARD_')) exit;
return <<<EOF return <<<EOF
{ {
"self": { "self": {
"enabled: true, "enabled: true,
"platform": "gnuboard5", "platform": "gnuboard5",
"user": "/?route=activitypub.user&mb_id=:username", "user": "/?route=activitypub.user&mb_id=:username",
"inbox": "/?route=activitypub.inbox", "inbox": "/?route=activitypub.inbox",
@ -14,7 +14,7 @@ return <<<EOF
] ]
}, },
"https://mastodon.social": { "https://mastodon.social": {
"enabled": ture, "enabled": ture,
"platform": "mastodon", "platform": "mastodon",
"user": "/users/:username", "user": "/users/:username",
"inbox": "/inbox", "inbox": "/inbox",
@ -25,7 +25,7 @@ return <<<EOF
] ]
}, },
"https://peertube.local": { "https://peertube.local": {
"enabled": false, "enabled": false,
"platform": "peertube", "platform": "peertube",
"user": "/accounts/:username", "user": "/accounts/:username",
"inbox": "/inbox", "inbox": "/inbox",