Skip to content

Commit

Permalink
Do not delete the original file when sending a media. Fixes #3800.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Nov 8, 2024
1 parent 13ec183 commit 58a0875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class MediaSender @Inject constructor(
.process(
uri = uri,
mimeType = mimeType,
deleteOriginal = true,
deleteOriginal = false,
compressIfPossible = compressIfPossible,
)
.flatMapCatching { info ->
Expand Down

0 comments on commit 58a0875

Please sign in to comment.