summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-07 17:15:20 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-07 17:15:20 +0900
commit9950fafff74a925e76bb34dbc069b5f50fbe38cd (patch)
treed95197e7bd2882513718bf95e9477fd4cf72821d
parent2.5.0-beta1 (diff)
downloadsharkey-9950fafff74a925e76bb34dbc069b5f50fbe38cd.tar.gz
sharkey-9950fafff74a925e76bb34dbc069b5f50fbe38cd.tar.bz2
sharkey-9950fafff74a925e76bb34dbc069b5f50fbe38cd.zip
oops
-rw-r--r--src/remote/activitypub/models/note.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/activitypub/models/note.ts b/src/remote/activitypub/models/note.ts
index bef67751b7..9e40bb8d61 100644
--- a/src/remote/activitypub/models/note.ts
+++ b/src/remote/activitypub/models/note.ts
@@ -166,7 +166,7 @@ export async function createNote(value: any, resolver?: Resolver, silent = false
media,
reply,
renote: undefined,
- text: window.document.body.textContent,
+ text: text,
viaMobile: false,
geo: undefined,
visibility,