Fix #2101
This commit is contained in:
parent
ae6ce19886
commit
6138a74231
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue