From 9453f888c83dfd571e189cba80e6917e1ec60792 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 30 Jun 2022 15:09:06 +0900 Subject: [PATCH] Update activitypub-servers.html --- activitypub-servers.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/activitypub-servers.html b/activitypub-servers.html index 2b4e533..61968f3 100644 --- a/activitypub-servers.html +++ b/activitypub-servers.html @@ -3,16 +3,17 @@ "platform": "gnuboard5", "user": "/?route=activitypub.user&mb_id=:username", "inbox": "/?route=activitypub.inbox", - "user-inbox": "/?route=activitypub.inbox&mb_id=:username", + "userinbox": "/?route=activitypub.inbox&mb_id=:username", "docs": [ "https://github.com/gnh1201/gnuboard5-activitypub" ] }, "mastodon.social": { "platform": "mastodon", - "user": "/users/:username" + "user": "/users/:username", "inbox": "/inbox", - "user-inbox": "/user/inbox/:username/inbox", + "userinbox": "/user/inbox/:username/inbox", + "accesstoken": "YOUR ACCESSTOKEN HERE", "docs": [ "https://docs.joinmastodon.org/spec/activitypub/" ] @@ -21,7 +22,7 @@ "platform": "peertube", "user": "/accounts/:username", "inbox": "/inbox", - "user-inbox": "/accounts/:username/inbox", + "userinbox": "/accounts/:username/inbox", "docs": [ "https://docs.joinpeertube.org/api-rest-reference.html" ]