From f3f6dce60b9ace954a26b0e045d8bf8f49571482 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 3 Apr 2018 01:02:04 +0900 Subject: [PATCH] Fix typo --- src/remote/activitypub/renderer/note.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/activitypub/renderer/note.ts b/src/remote/activitypub/renderer/note.ts index 36f8578ec..935ccb8e5 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,