From 0b14f6b75e6839b3b4116e66b0a5019c2e12a85d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 31 Jul 2026 02:08:23 +0300 Subject: [PATCH] reset nsfw on clear --- src/components/post_status_form/post_status_form.js | 1 + 1 file changed, 1 insertion(+) 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()