fix nsfw state

This commit is contained in:
Henry Jameson 2026-06-30 06:35:02 +03:00
commit 436db2a9d8
3 changed files with 3 additions and 21 deletions

View file

@ -69,15 +69,6 @@ const Draft = {
localCollapseSubjectDefault() {
return useMergedConfigStore().mergedConfig.collapseMessageWithSubject
},
nsfwClickthrough() {
if (!this.draft.nsfw) {
return false
}
if (this.draft.summary && this.localCollapseSubjectDefault) {
return false
}
return true
},
},
watch: {
editing(newVal) {