mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
sync and cleanup pubsub_odbc
This commit is contained in:
parent
08fc6df853
commit
20598c7be4
@ -2695,7 +2695,7 @@ publish_item(Host, ServerHost, Node, Publisher, ItemId, Payload, Access) ->
|
||||
%% for automatic node creation. we'll take the default node type:
|
||||
%% first listed into the plugins configuration option, or pep
|
||||
Type = select_type(ServerHost, Host, Node),
|
||||
case lists:member("auto-create", features(Type)) of
|
||||
case lists:member(<<"auto-create">>, features(Type)) of
|
||||
true ->
|
||||
case create_node(Host, ServerHost, Node, Publisher, Type, Access, []) of
|
||||
{result, [#xmlel{name = <<"pubsub">>,
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user