Skip to content

Commit b5f2af6

Browse files
Merge pull request #16674 from nextcloud/backport/16672/stable32
[stable32] chore: Bump E2EE supported versions for mobile clients to 99
2 parents 082c02d + da96207 commit b5f2af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Middleware/CanUseTalkMiddleware.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ class CanUseTalkMiddleware extends Middleware {
4242

4343
public const TALK_ANDROID_MIN_VERSION = '15.0.0';
4444
public const TALK_ANDROID_MIN_VERSION_RECORDING_CONSENT = '18.0.0';
45-
public const TALK_ANDROID_MIN_VERSION_E2EE_CALLS = '22.0.0';
45+
public const TALK_ANDROID_MIN_VERSION_E2EE_CALLS = '99.0.0';
4646

4747
public const TALK_IOS_MIN_VERSION = '15.0.0';
4848
public const TALK_IOS_MIN_VERSION_RECORDING_CONSENT = '18.0.0';
49-
public const TALK_IOS_MIN_VERSION_E2EE_CALLS = '22.0.0';
49+
public const TALK_IOS_MIN_VERSION_E2EE_CALLS = '99.0.0';
5050

5151

5252
public function __construct(

0 commit comments

Comments
 (0)