mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 02:21:30 +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
|
@Override
|
||||||
public int getGifMaxSize() {
|
public int getGifMaxSize() {
|
||||||
return 6 * MB;
|
return 25 * MB;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user