Do not delete the original file when sending a media. Fixes #3800.
This commit is contained in:
parent
13ec1838c0
commit
58a0875c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class MediaSender @Inject constructor(
|
|||
.process(
|
||||
uri = uri,
|
||||
mimeType = mimeType,
|
||||
deleteOriginal = true,
|
||||
deleteOriginal = false,
|
||||
compressIfPossible = compressIfPossible,
|
||||
)
|
||||
.flatMapCatching { info ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue