mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 19:43:32 +00:00
Fix #2101
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user