Merge pull request #6889 from HJianBo/fix-modules-appup
fix(modules): update the appup.src
This commit is contained in:
commit
7e26ae4f92
|
|
@ -1,11 +1,13 @@
|
||||||
%% -*-: erlang -*-
|
%% -*-: erlang -*-
|
||||||
{VSN,
|
{VSN,
|
||||||
[{"4.4.0",
|
[{"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",
|
[{"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, []}]},
|
||||||
{<<".*">>, []}
|
{<<".*">>, []}
|
||||||
]
|
]
|
||||||
}.
|
}.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue