1
0
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:
Adam Brown
2022-06-30 12:22:39 +01:00
parent 274b1a149c
commit 87a8c786f7
5 changed files with 34 additions and 3 deletions

View File

@@ -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