diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 882f0af64..91837779d 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -610,6 +610,7 @@ 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()