mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-05 15:52:47 +02:00
moving the voice message limit to the config module
This commit is contained in:
@@ -37,6 +37,11 @@ object Config {
|
||||
*/
|
||||
const val ALLOW_EXTERNAL_UNIFIED_PUSH_DISTRIBUTORS = true
|
||||
|
||||
/**
|
||||
* The maximum length of voice messages in milliseconds.
|
||||
*/
|
||||
const val VOICE_MESSAGE_LIMIT = 120_000L
|
||||
|
||||
/**
|
||||
* The analytics configuration to use for the Debug build type.
|
||||
* Can be disabled by providing Analytics.Disabled
|
||||
|
Reference in New Issue
Block a user