diff --git a/common/src/app/common/features.cljc b/common/src/app/common/features.cljc index 9de649a936..e0b19a1562 100644 --- a/common/src/app/common/features.cljc +++ b/common/src/app/common/features.cljc @@ -141,7 +141,7 @@ :hint (str/ffmt "client declares no support for '%' features" (str/join "," not-supported))))) - (let [not-supported (set/difference client-features enabled-features)] + (let [not-supported (set/difference client-features supported-features)] (when (seq not-supported) (ex/raise :type :restriction :code :feature-not-supported