From 00e7b317fc52aa3b6a9f8c8ceb18b72ae7032905 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 3 Apr 2018 01:37:02 +0900 Subject: [PATCH] Revert "Fix typo" This reverts commit f3f6dce60b9ace954a26b0e045d8bf8f49571482. --- 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 935ccb8e5..36f8578ec 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,