mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
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:
parent
6230849e46
commit
63b74dc506
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue