Adjust supportsLatestFeatures function

This commit is contained in:
Hillel Coren 2024-01-08 11:05:36 +02:00
parent 532e35affc
commit 924996ed78
1 changed files with 2 additions and 0 deletions

View File

@ -57,9 +57,11 @@ bool supportsLatestFeatures(String version) {
return true;
}
/*
if (state.isSelfHosted) {
return true;
}
*/
if (version.isEmpty) {
return false;