Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase uncompressed video attachment size to 300 Mb.
  • Loading branch information
alan-signal committed Nov 20, 2020
1 parent 2ea5bd2 commit 8c1737e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public int getVideoMaxSize(Context context) {

@Override
public int getUncompressedVideoMaxSize(Context context) {
return isVideoTranscodeAvailable() ? 200 * MB
return isVideoTranscodeAvailable() ? 300 * MB
: getVideoMaxSize(context);
}

Expand Down

0 comments on commit 8c1737e

Please sign in to comment.