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:
r-clancy 2017-04-16 15:52:41 -03:00 committed by lilia
parent 00f626a02a
commit 499ca5537a

View file

@ -138,7 +138,7 @@
case 'image':
limitKb = 6000; break;
case 'gif':
limitKb = 6000; break;
limitKb = 25000; break;
case 'audio':
limitKb = 100000; break;
case 'video':