feat(authz): enable feature for both CE and EE

This commit is contained in:
Ilya Averyanov 2023-07-03 18:40:17 +03:00
parent 1ce6a225ae
commit 6db02d6b49
1 changed files with 0 additions and 8 deletions

View File

@ -528,16 +528,8 @@ read_acl_file(#{<<"path">> := Path} = Source) ->
%% Extednded Features
%%------------------------------------------------------------------------------
-if(?EMQX_RELEASE_EDITION == ee).
-define(DEFAULT_RICH_ACTIONS, true).
-else.
-define(DEFAULT_RICH_ACTIONS, false).
-endif.
-define(FEATURE_KEY(_NAME_), {?MODULE, _NAME_}).
feature_available(rich_actions) ->