Skip to content
Snippets Groups Projects
Unverified Commit 1c39b30d authored by Thomas Müller's avatar Thomas Müller Committed by Morris Jobke
Browse files

Require to use at least desktop client 2.0 by default

parent 89574367
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class BlockLegacyClientPlugin extends ServerPlugin {
return;
}
$minimumSupportedDesktopVersion = $this->config->getSystemValue('minimum.supported.desktop.version', '1.7.0');
$minimumSupportedDesktopVersion = $this->config->getSystemValue('minimum.supported.desktop.version', '2.0.0');
// Match on the mirall version which is in scheme "Mozilla/5.0 (%1) mirall/%2" or
// "mirall/%1" for older releases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment