Raise max gif limit to 25MB

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2017-03-30 16:12:55 -07:00
parent 056f2717ed
commit ad0f2830c8

View File

@ -27,7 +27,7 @@ public class PushMediaConstraints extends MediaConstraints {
@Override
public int getGifMaxSize() {
return 6 * MB;
return 25 * MB;
}
@Override