1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 12:05:48 +02:00
This commit is contained in:
syuilo
2018-09-17 00:20:00 +09:00
parent ae6ce19886
commit 6138a74231

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,