Remove upper limit on the attachment size

Recommended file size is used for recoding media.
For the upper size, we rely on the provider to tell us back
if the message cannot be delivered to some recipients.
This allows to send large files, such as APKs,
when using providers that don't have such strict limits.
This commit is contained in:
link2xt
2023-03-30 13:56:15 +00:00
parent 91c10b3ac6
commit 776df7505e
2 changed files with 4 additions and 23 deletions

View File

@@ -3,6 +3,7 @@
## [Unreleased]
### Changes
- Remove upper limit on the attachment size. #4253
### Fixes