chore(config): set min supported desktop to 2.7.0

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2024-11-27 22:54:40 +01:00 committed by skjnldsv
parent 6230849e46
commit 63b74dc506
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ class BlockLegacyClientPlugin extends ServerPlugin {
return;
}
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.3.0');
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.7.0');
$maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99');
// Check if the client is a desktop client

View file

@ -2132,9 +2132,9 @@ $CONFIG = [
* client may not function as expected, and could lead to permanent data loss for
* clients or other unexpected results.
*
* Defaults to ``2.3.0``
* Defaults to ``2.7.0``
*/
'minimum.supported.desktop.version' => '2.3.0',
'minimum.supported.desktop.version' => '2.7.0',
/**
* The maximum Nextcloud desktop client version that will be allowed to sync with