Skip to content

Commit b92aa5b

Browse files
committed
fixup! chore: auto sync min desktop version with last supported version
Signed-off-by: skjnldsv <[email protected]>
1 parent 9e1489f commit b92aa5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function beforeHandler(RequestInterface $request) {
4949
return;
5050
}
5151

52-
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.7.0');
52+
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.6.0');
5353
$maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99');
5454

5555
// Check if the client is a desktop client

config/config.sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@
21692169
*
21702170
* Defaults to ``2.7.0``
21712171
*/
2172-
'minimum.supported.desktop.version' => '2.7.0',
2172+
'minimum.supported.desktop.version' => '2.6.0',
21732173

21742174
/**
21752175
* The maximum Nextcloud desktop client version that will be allowed to sync with

0 commit comments

Comments
 (0)