Merge pull request #6889 from HJianBo/fix-modules-appup

fix(modules): update the appup.src
This commit is contained in:
Shawn 2022-01-28 16:02:03 +08:00 committed by GitHub
commit 7e26ae4f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,13 @@
%% -*-: erlang -*-
{VSN,
[{"4.4.0",
[{load_module, emqx_mod_presence, brutal_purge, soft_purge, []}]},
[{load_module, emqx_mod_presence, brutal_purge, soft_purge, []},
{load_module, emqx_mod_sup, brutal_purge, soft_purge, []}]},
{<<".*">>, []}
],
[{"4.4.0",
[{load_module, emqx_mod_presence, brutal_purge, soft_purge, []}]},
[{load_module, emqx_mod_presence, brutal_purge, soft_purge, []},
{load_module, emqx_mod_sup, brutal_purge, soft_purge, []}]},
{<<".*">>, []}
]
}.