chore: Update minimum supported desktop version
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
committed by
GitHub
parent
b012e5cc16
commit
c5e3677d28
@@ -49,7 +49,7 @@ class BlockLegacyClientPlugin extends ServerPlugin {
|
||||
return;
|
||||
}
|
||||
|
||||
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.81');
|
||||
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.83');
|
||||
$maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99');
|
||||
|
||||
// Check if the client is a desktop client
|
||||
|
||||
@@ -2404,9 +2404,9 @@ $CONFIG = [
|
||||
* Changing this may cause older, unsupported clients to malfunction, potentially
|
||||
* leading to data loss or unexpected behavior.
|
||||
*
|
||||
* Defaults to ``3.1.81``
|
||||
* Defaults to ``3.1.83``
|
||||
*/
|
||||
'minimum.supported.desktop.version' => '3.1.81',
|
||||
'minimum.supported.desktop.version' => '3.1.83',
|
||||
|
||||
/**
|
||||
* Specify the maximum Nextcloud desktop client version allowed to sync with this
|
||||
|
||||
Reference in New Issue
Block a user