This commit is contained in:
syuilo 2018-09-17 00:20:00 +09:00
parent c8b566fd7d
commit fdb809d28e

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,