diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-07 17:15:20 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-07 17:15:20 +0900 |
| commit | 9950fafff74a925e76bb34dbc069b5f50fbe38cd (patch) | |
| tree | d95197e7bd2882513718bf95e9477fd4cf72821d /src | |
| parent | 2.5.0-beta1 (diff) | |
| download | sharkey-9950fafff74a925e76bb34dbc069b5f50fbe38cd.tar.gz sharkey-9950fafff74a925e76bb34dbc069b5f50fbe38cd.tar.bz2 sharkey-9950fafff74a925e76bb34dbc069b5f50fbe38cd.zip | |
oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/remote/activitypub/models/note.ts | 2 |
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, |