Expose the public search feature flag in the developer settings and disable it by default.

This commit is contained in:
Stefan Ceriu
2024-11-18 15:18:20 +02:00
committed by Stefan Ceriu
parent 97be53455b
commit e247f533fd
3 changed files with 6 additions and 1 deletions

View File

@@ -268,7 +268,7 @@ final class AppSettings {
// MARK: - Feature Flags
@UserPreference(key: UserDefaultsKeys.publicSearchEnabled, defaultValue: isDevelopmentBuild, storageType: .volatile)
@UserPreference(key: UserDefaultsKeys.publicSearchEnabled, defaultValue: false, storageType: .userDefaults(store))
var publicSearchEnabled
@UserPreference(key: UserDefaultsKeys.fuzzyRoomListSearchEnabled, defaultValue: false, storageType: .userDefaults(store))