File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/dav/lib/Connector/Sabre Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments