summaryrefslogtreecommitdiff
path: root/src/models/user.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-03-30 00:05:12 +0900
committerGitHub <noreply@github.com>2018-03-30 00:05:12 +0900
commit74bbfd4144f78ca84077900a12ecbe0e7c8018b7 (patch)
treead6fb138b8978c2c1919b19b36607772a43984ab /src/models/user.ts
parentUse id instead of username (diff)
downloadsharkey-74bbfd4144f78ca84077900a12ecbe0e7c8018b7.tar.gz
sharkey-74bbfd4144f78ca84077900a12ecbe0e7c8018b7.tar.bz2
sharkey-74bbfd4144f78ca84077900a12ecbe0e7c8018b7.zip
Update user.ts
Diffstat (limited to 'src/models/user.ts')
-rw-r--r--src/models/user.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/user.ts b/src/models/user.ts
index 444a3e0992..658ae167fa 100644
--- a/src/models/user.ts
+++ b/src/models/user.ts
@@ -319,6 +319,7 @@ export const packForAp = (
"liked": `${userUrl}/liked.json`,
"inbox": `${userUrl}/inbox.json`,
"outbox": `${userUrl}/outbox.json`,
+ "sharedInbox": `${config.url}/inbox`,
"preferredUsername": _user.username,
"name": _user.name,
"summary": _user.description,