From 54ac0dfefd168bcdc08d533684a6a6a7fcf69cbc Mon Sep 17 00:00:00 2001 From: scarlett Date: Sun, 26 Aug 2018 01:50:11 +0100 Subject: Preserve subject in replies. --- src/components/post_status_form/post_status_form.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components/post_status_form') diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index cbff7827..7d40bc3c 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -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: [], -- cgit v1.2.3-70-g09d2