mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
fix use of virtual nodetree
This commit is contained in:
parent
5ecd832e81
commit
e11c835bd3
@ -119,7 +119,11 @@ get_nodes(_Host) -> [].
|
||||
|
||||
get_parentnodes(_Host, _Node, _From) -> [].
|
||||
|
||||
get_parentnodes_tree(_Host, _Node, _From) -> [].
|
||||
get_parentnodes_tree(_Host, _Node, _From) ->
|
||||
case get_node(Host, NodeId, From) of
|
||||
Node when is_record(Node, pubsub_node) -> [{0, [Node]}];
|
||||
_Error -> []
|
||||
end.
|
||||
|
||||
get_subnodes(Host, Node, _From) ->
|
||||
get_subnodes(Host, Node).
|
||||
|
Loading…
Reference in New Issue
Block a user