mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Allow for larger input videos for sending.
This commit is contained in:
committed by
Greyson Parrelli
parent
58443c46be
commit
6daee5719b
@@ -869,6 +869,15 @@ object RemoteConfig {
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** Maximum input size when opening a video to send in bytes */
|
||||
@JvmStatic
|
||||
@get:JvmName("maxSourceTranscodeVideoSizeBytes")
|
||||
val maxSourceTranscodeVideoSizeBytes: Long by remoteLong(
|
||||
key = "android.media.sourceTranscodeVideo.maxBytes",
|
||||
defaultValue = 500L.mebiBytes.inWholeBytes,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
const val PROMPT_FOR_NOTIFICATION_LOGS: String = "android.logs.promptNotifications"
|
||||
|
||||
@JvmStatic
|
||||
|
||||
Reference in New Issue
Block a user