mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 16:33:39 +00:00
Raise max gif limit to 25MB
// FREEBIE
This commit is contained in:
parent
056f2717ed
commit
ad0f2830c8
@ -27,7 +27,7 @@ public class PushMediaConstraints extends MediaConstraints {
|
||||
|
||||
@Override
|
||||
public int getGifMaxSize() {
|
||||
return 6 * MB;
|
||||
return 25 * MB;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user