diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-07-12 07:28:48 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-07-12 07:28:48 +0000 |
| commit | 32fd108e97de8a1e1201bcc31f70af9ace77e517 (patch) | |
| tree | 9bcad7b89374bca414d413aea7525ade42c89f8e /src/components/post_status_form | |
| parent | 88c9ab44521d20d119a82684e7a55a0caf22ca17 (diff) | |
| parent | 17f6eb18e73a46c0268d9c7bc46f755ac5da1b6f (diff) | |
Merge branch 'revert-88c9ab44' into 'develop'
Revert "Merge branch 'cw-clickthrough' into 'develop'"
See merge request pleroma/pleroma-fe!292
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 4f6cee9c..4f4c6aca 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -24,8 +24,7 @@ const PostStatusForm = { 'replyTo', 'repliedUser', 'attentions', - 'messageScope', - 'parentSpoilerText' + 'messageScope' ], components: { MediaUpload @@ -51,8 +50,7 @@ const PostStatusForm = { newStatus: { status: statusText, files: [], - visibility: this.messageScope || 'public', - spoilerText: this.parentSpoilerText || null + visibility: this.messageScope || 'public' }, caret: 0 } |
