mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
minimum desktop client that is supported is 2.3.0
2.3.0 was release on Mar 3, 2017 added support for new chunking algorithm allowing to now deprecate the older one Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
d92c5f78ce
commit
c63ff42410
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class BlockLegacyClientPlugin extends ServerPlugin {
|
|||
return;
|
||||
}
|
||||
|
||||
$minimumSupportedDesktopVersion = $this->config->getSystemValue('minimum.supported.desktop.version', '2.0.0');
|
||||
$minimumSupportedDesktopVersion = $this->config->getSystemValue('minimum.supported.desktop.version', '2.3.0');
|
||||
|
||||
// Match on the mirall version which is in scheme "Mozilla/5.0 (%1) mirall/%2" or
|
||||
// "mirall/%1" for older releases
|
||||
|
|
|
|||
Loading…
Reference in a new issue