Increase max GIF size to match Signal-Android.
Signal-Android had the max GIF size changed to 25MB in WhisperSystems/Android@ad0f283 This change brings parity to the two projects and fixed #1116.
This commit is contained in:
parent
00f626a02a
commit
499ca5537a
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
|||
case 'image':
|
||||
limitKb = 6000; break;
|
||||
case 'gif':
|
||||
limitKb = 6000; break;
|
||||
limitKb = 25000; break;
|
||||
case 'audio':
|
||||
limitKb = 100000; break;
|
||||
case 'video':
|
||||
|
|
Loading…
Add table
Reference in a new issue