mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 22:25:19 +00:00
1 mb max
This commit is contained in:
@@ -110,7 +110,7 @@ object AppConstants {
|
||||
}
|
||||
|
||||
object Media {
|
||||
const val MAX_FILE_SIZE_BYTES: Long = 50L * 1024 * 1024
|
||||
const val MAX_FILE_SIZE_BYTES: Long = 1L * 1024 * 1024
|
||||
const val MAX_RECORDING_SECONDS: Int = 30
|
||||
const val MAX_RECORDING_MS: Long = MAX_RECORDING_SECONDS * 1000L
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user