mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-04 12:59:46 +01:00
Ensure media are marked sensitive any time there's a content warning (#1728)
Addresses the most critical part of #1725, and may also apply to #1721
This commit is contained in:
parent
6a87e3e352
commit
9c4898117e
@ -249,7 +249,7 @@ class ComposeViewModel
|
||||
content,
|
||||
spoilerText,
|
||||
statusVisibility.value!!.serverString(),
|
||||
mediaUris.isNotEmpty() && markMediaAsSensitive.value!!,
|
||||
mediaUris.isNotEmpty() && (markMediaAsSensitive.value!! || showContentWarning.value!!),
|
||||
mediaIds,
|
||||
mediaUris.map { it.toString() },
|
||||
mediaDescriptions,
|
||||
|
Loading…
Reference in New Issue
Block a user