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.
pull/749/head
r-clancy 8 years ago committed by lilia
parent 00f626a02a
commit 499ca5537a

@ -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…
Cancel
Save