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