This commit is contained in:
callebtc
2025-10-11 21:05:54 +02:00
parent f2a99b7241
commit d58744263a
@@ -1,8 +1,6 @@
package com.bitchat.android.features.media package com.bitchat.android.features.media
object MediaConstraints { object MediaConstraints { // Change this value to adjust the max size for all media transfers
// Global configurable media size limit (in bytes)
// Change this value to adjust the max size for all media transfers
const val MAX_MEDIA_BYTES: Long = 1L * 1024L * 1024L // 1 MB const val MAX_MEDIA_BYTES: Long = 1L * 1024L * 1024L // 1 MB
// Maximum voice recording duration // Maximum voice recording duration