From be0cb88b6c77ae2e8db4c7e96ae5be6620f08507 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sat, 22 Dec 2018 00:12:34 +0900 Subject: Fix sharedInbox location (#3711) * Fix sharedInbox location * Perform update Following * Fix comment --- src/remote/activitypub/renderer/person.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/remote/activitypub/renderer') diff --git a/src/remote/activitypub/renderer/person.ts b/src/remote/activitypub/renderer/person.ts index d8e10708b5..aaf78444d4 100644 --- a/src/remote/activitypub/renderer/person.ts +++ b/src/remote/activitypub/renderer/person.ts @@ -63,6 +63,7 @@ export default async (user: ILocalUser) => { following: `${id}/following`, featured: `${id}/collections/featured`, sharedInbox: `${config.url}/inbox`, + endpoints: { sharedInbox: `${config.url}/inbox` }, url: `${config.url}/@${user.username}`, preferredUsername: user.username, name: user.name, -- cgit v1.2.3-freya