summaryrefslogtreecommitdiff
path: root/src/remote
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-17 00:20:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-17 00:20:00 +0900
commit6138a74231674370f28296516fda0882ddcefb33 (patch)
treee93b802d715502dd33fbcf26c4ed1c1d2cc4b1ed /src/remote
parent8.43.0 (diff)
downloadsharkey-6138a74231674370f28296516fda0882ddcefb33.tar.gz
sharkey-6138a74231674370f28296516fda0882ddcefb33.tar.bz2
sharkey-6138a74231674370f28296516fda0882ddcefb33.zip
Fix #2101
Diffstat (limited to 'src/remote')
-rw-r--r--src/remote/activitypub/renderer/note.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/activitypub/renderer/note.ts b/src/remote/activitypub/renderer/note.ts
index 04e131637a..33400ad440 100644
--- a/src/remote/activitypub/renderer/note.ts
+++ b/src/remote/activitypub/renderer/note.ts
@@ -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,