1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 10:56:00 +02:00
This commit is contained in:
syuilo
2018-09-10 02:47:34 +09:00
parent 6ac92ac4b8
commit ba05f236bd
3 changed files with 3 additions and 1 deletions

View File

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