diff options
| author | rinsuki <428rinsuki+git@gmail.com> | 2018-06-17 14:11:31 +0900 |
|---|---|---|
| committer | rinsuki <428rinsuki+git@gmail.com> | 2018-06-17 14:11:31 +0900 |
| commit | e5468713acfad73dbd8043a2a4afc8178aa45b97 (patch) | |
| tree | 8528ac6fc351517c506ba3d0e9e809c28145fd25 /src/remote/activitypub/models/note.ts | |
| parent | Update deliver.ts (diff) | |
| download | sharkey-e5468713acfad73dbd8043a2a4afc8178aa45b97.tar.gz sharkey-e5468713acfad73dbd8043a2a4afc8178aa45b97.tar.bz2 sharkey-e5468713acfad73dbd8043a2a4afc8178aa45b97.zip | |
maybe Support CW in ActivityPub
Diffstat (limited to 'src/remote/activitypub/models/note.ts')
| -rw-r--r-- | src/remote/activitypub/models/note.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote/activitypub/models/note.ts b/src/remote/activitypub/models/note.ts index 91e700ef6f..974fce433b 100644 --- a/src/remote/activitypub/models/note.ts +++ b/src/remote/activitypub/models/note.ts @@ -170,6 +170,7 @@ export async function createNote(value: any, resolver?: Resolver, silent = false media, reply, renote: undefined, + cw: note.summary, text: text, viaMobile: false, geo: undefined, |