Preserve subject in replies.
This commit is contained in:
parent
a7c6007d54
commit
54ac0dfefd
3 changed files with 10 additions and 2 deletions
|
@ -24,7 +24,8 @@ const PostStatusForm = {
|
|||
'replyTo',
|
||||
'repliedUser',
|
||||
'attentions',
|
||||
'messageScope'
|
||||
'messageScope',
|
||||
'subject'
|
||||
],
|
||||
components: {
|
||||
MediaUpload
|
||||
|
@ -52,6 +53,7 @@ const PostStatusForm = {
|
|||
posting: false,
|
||||
highlighted: 0,
|
||||
newStatus: {
|
||||
spoilerText: this.subject,
|
||||
status: statusText,
|
||||
nsfw: false,
|
||||
files: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue