Skip to content

Commit

Permalink
Increase max length of voice messages to 15m (PSG-663)
Browse files Browse the repository at this point in the history
Relates to: element-hq/element-ios#5415

Signed-off-by: Johannes Marbach <[email protected]>
  • Loading branch information
Johennes committed Aug 4, 2022
1 parent bfd9dcb commit 39b6ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector-config/src/main/java/im/vector/app/config/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object Config {
/**
* The maximum length of voice messages in milliseconds.
*/
const val VOICE_MESSAGE_LIMIT_MS = 120_000L
const val VOICE_MESSAGE_LIMIT_MS = 900_000L

/**
* The strategy for sharing device keys.
Expand Down

0 comments on commit 39b6ab7

Please sign in to comment.