reset nsfw on clear

This commit is contained in:
Henry Jameson 2026-07-31 02:08:23 +03:00
commit 0b14f6b75e

View file

@ -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()