diff --git a/src/remote/activitypub/renderer/note.ts b/src/remote/activitypub/renderer/note.ts index 04e131637a..33400ad440 100644 --- a/src/remote/activitypub/renderer/note.ts +++ b/src/remote/activitypub/renderer/note.ts @@ -87,7 +87,7 @@ export default async function renderNote(note: INote, dive = true): Promise attributedTo, summary: note.cw, content: toHtml(note), - _misskey_content_: note.text, + _misskey_content: note.text, published: note.createdAt.toISOString(), to, cc,