This commit is contained in:
syuilo 2018-09-17 00:20:00 +09:00
parent ae6ce19886
commit 6138a74231
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -87,7 +87,7 @@ export default async function renderNote(note: INote, dive = true): Promise<any>
attributedTo,
summary: note.cw,
content: toHtml(note),
_misskey_content_: note.text,
_misskey_content: note.text,
published: note.createdAt.toISOString(),
to,
cc,