From c6d92a25175c43083d3a73cf886ac16a5aa0a94e Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 9 Apr 2024 13:28:15 +0200 Subject: [PATCH] :bug: Fix incorrect feature handling on importing binfile on v1 --- common/src/app/common/features.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/app/common/features.cljc b/common/src/app/common/features.cljc index fffa5b6a64..7c670a9bde 100644 --- a/common/src/app/common/features.cljc +++ b/common/src/app/common/features.cljc @@ -144,7 +144,6 @@ team-features (into #{} xf-remove-ephimeral (:features team))] (-> enabled-features (set/intersection no-migration-features) - (set/union default-enabled-features) (set/union team-features)))) (defn check-client-features!