diff --git a/common/src/app/common/features.cljc b/common/src/app/common/features.cljc index fffa5b6a6..7c670a9bd 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!