Skip to content

Commit b764511

Browse files
Merge pull request #16672 from nextcloud/chore/noid/bump-e2ee-mobile-version
chore: Bump E2EE supported versions for mobile clients to 99
2 parents 01f644f + 6301e17 commit b764511

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)