diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 91837779d..882f0af64 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -610,7 +610,6 @@ const PostStatusForm = { this.newStatus.files = [] this.newStatus.poll = null this.newStatus.quote = null - this.newStatus.nsfw = this.defaultNewStatus.nsfw this.newStatus.mediaDescriptions = {} this.$refs.mediaUpload && this.$refs.mediaUpload.clearFile() this.clearQuoteForm()