Revert "Merge branch 'cw-clickthrough' into 'develop'"
This reverts merge request !291
This commit is contained in:
parent
88c9ab4452
commit
17f6eb18e7
5 changed files with 8 additions and 50 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue