summaryrefslogtreecommitdiff
path: root/src/remote
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-23 15:37:27 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-23 15:37:27 +0900
commit1131ce8a716b2cd2b4ed1253af40b26ae0631297 (patch)
tree4cd03de39bf962aa073edbd9e453001cfc6c25fb /src/remote
parent他のMisskeyインスタンスにリアクション情報を伝えるように (diff)
downloadsharkey-1131ce8a716b2cd2b4ed1253af40b26ae0631297.tar.gz
sharkey-1131ce8a716b2cd2b4ed1253af40b26ae0631297.tar.bz2
sharkey-1131ce8a716b2cd2b4ed1253af40b26ae0631297.zip
sharedInboxを提供
Diffstat (limited to 'src/remote')
-rw-r--r--src/remote/activitypub/renderer/person.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote/activitypub/renderer/person.ts b/src/remote/activitypub/renderer/person.ts
index f1c8056a75..424305f8d3 100644
--- a/src/remote/activitypub/renderer/person.ts
+++ b/src/remote/activitypub/renderer/person.ts
@@ -10,6 +10,7 @@ export default user => {
id,
inbox: `${id}/inbox`,
outbox: `${id}/outbox`,
+ sharedInbox: `${config.url}/inbox`,
url: `${config.url}/@${user.username}`,
preferredUsername: user.username,
name: user.name,