comment out new feature from feature list (#4477)

we don't have an official release for a version that has this feature
yet
This commit is contained in:
ebbit1q 2021-11-15 06:44:16 +01:00 committed by GitHub
parent 911a303326
commit 691bcb9338
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ void FeatureSet::initalizeFeatureList(QMap<QString, bool> &featureList)
featureList.insert("idle_client", false); featureList.insert("idle_client", false);
featureList.insert("forgot_password", false); featureList.insert("forgot_password", false);
featureList.insert("websocket", false); featureList.insert("websocket", false);
featureList.insert("hashed_password_login", false); //featureList.insert("hashed_password_login", false);
// These are temp to force users onto a newer client // These are temp to force users onto a newer client
featureList.insert("2.7.0_min_version", false); featureList.insert("2.7.0_min_version", false);
featureList.insert("2.8.0_min_version", false); featureList.insert("2.8.0_min_version", false);