Revert "Merge branch 'cw-clickthrough' into 'develop'"

This reverts merge request !291
This commit is contained in:
lambda 2018-07-12 07:20:39 +00:00
parent 88c9ab4452
commit 17f6eb18e7
5 changed files with 8 additions and 50 deletions

View file

@ -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
}