Bump maximum animated GIF file size to 25mb.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent 4c0242ee17
commit 7058a58d2e

@ -93,7 +93,7 @@ class SignalAttachment: NSObject {
*
* https://github.com/WhisperSystems/Signal-Android/blob/master/src/org/thoughtcrime/securesms/mms/PushMediaConstraints.java
*/
static let kMaxFileSizeAnimatedImage = 15 * 1024 * 1024
static let kMaxFileSizeAnimatedImage = 25 * 1024 * 1024
static let kMaxFileSizeImage = 6 * 1024 * 1024
static let kMaxFileSizeVideo = 100 * 1024 * 1024
static let kMaxFileSizeAudio = 100 * 1024 * 1024

Loading…
Cancel
Save