Bump drive version at registration

This commit is contained in:
yflory 2020-05-15 15:34:51 +02:00
parent 03ba45dd77
commit 0265103cd1

View file

@ -357,7 +357,7 @@ define([
if (shouldImport) { if (shouldImport) {
setMergeAnonDrive(); setMergeAnonDrive();
} else { } else {
proxy.version = 6; proxy.version = 10;
} }
Feedback.send('REGISTRATION', true); Feedback.send('REGISTRATION', true);