mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
remove obsolete node attribute
This commit is contained in:
parent
0e28e4b600
commit
95546ac20d
@ -57,8 +57,7 @@ terminate(Host, ServerHost) ->
|
||||
node_hometree_odbc:terminate(Host, ServerHost).
|
||||
|
||||
options() ->
|
||||
[{node_type, flat},
|
||||
{deliver_payloads, true},
|
||||
[{deliver_payloads, true},
|
||||
{notify_config, false},
|
||||
{notify_delete, false},
|
||||
{notify_retract, true},
|
||||
|
@ -70,7 +70,6 @@ terminate(Host, ServerHost) ->
|
||||
-spec(options/0 :: () -> NodeOptions::mod_pubsub:nodeOptions()).
|
||||
options() ->
|
||||
[{odbc, true},
|
||||
{node_type, pep},
|
||||
{deliver_payloads, true},
|
||||
{notify_config, false},
|
||||
{notify_delete, false},
|
||||
|
Loading…
Reference in New Issue
Block a user