aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_form
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-07-12 07:20:39 +0000
committerlambda <pleromagit@rogerbraun.net>2018-07-12 07:20:39 +0000
commit17f6eb18e73a46c0268d9c7bc46f755ac5da1b6f (patch)
tree9bcad7b89374bca414d413aea7525ade42c89f8e /src/components/post_status_form
parent88c9ab44521d20d119a82684e7a55a0caf22ca17 (diff)
Revert "Merge branch 'cw-clickthrough' into 'develop'"
This reverts merge request !291
Diffstat (limited to 'src/components/post_status_form')
-rw-r--r--src/components/post_status_form/post_status_form.js6
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
}