From c280bcefe8cb8d138b8aa92097da9a4f1ceaf50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20=C5=9Apiewak?= Date: Tue, 23 Apr 2024 18:10:14 +0200 Subject: [PATCH] TMP: Enforce history --- Core/DefaultVariantManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/DefaultVariantManager.swift b/Core/DefaultVariantManager.swift index 1b20f2829a..819cffe93f 100644 --- a/Core/DefaultVariantManager.swift +++ b/Core/DefaultVariantManager.swift @@ -51,7 +51,7 @@ public struct VariantIOS: Variant { } /// This variant is used for returning users to separate them from really new users. - static let returningUser = VariantIOS(name: "ru", weight: doNotAllocate, isIncluded: When.always, features: []) + static let returningUser = VariantIOS(name: "ru", weight: doNotAllocate, isIncluded: When.always, features: [.history]) static let doNotAllocate = 0