diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-03 01:37:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-03 01:37:02 +0900 |
| commit | 00e7b317fc52aa3b6a9f8c8ceb18b72ae7032905 (patch) | |
| tree | 70480c13fef7f7a516a90ff1dce5f2ec6437938a /src/remote/activitypub | |
| parent | Revert "Fix" (diff) | |
| download | misskey-00e7b317fc52aa3b6a9f8c8ceb18b72ae7032905.tar.gz misskey-00e7b317fc52aa3b6a9f8c8ceb18b72ae7032905.tar.bz2 misskey-00e7b317fc52aa3b6a9f8c8ceb18b72ae7032905.zip | |
Revert "Fix typo"
This reverts commit f3f6dce60b9ace954a26b0e045d8bf8f49571482.
Diffstat (limited to 'src/remote/activitypub')
| -rw-r--r-- | src/remote/activitypub/renderer/note.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/activitypub/renderer/note.ts b/src/remote/activitypub/renderer/note.ts index 935ccb8e59..36f8578ec4 100644 --- a/src/remote/activitypub/renderer/note.ts +++ b/src/remote/activitypub/renderer/note.ts @@ -30,7 +30,7 @@ export default async (user, post) => { const attributedTo = `${config.url}/@${user.username}`; return { - id: `${config.url}/posts/${post._id}`, + id: `${config.url}/posts/${post._id}}`, type: 'Note', attributedTo, content: post.textHtml, |