mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-09 15:06:54 +02:00
fix badmatch in send_loop (EJAB-1650)
This commit is contained in:
parent
48819d163a
commit
4e72dd6751
@ -443,7 +443,7 @@ send_loop(State) ->
|
||||
LJID = jlib:jid_tolower(JID),
|
||||
BJID = jlib:jid_remove_resource(LJID),
|
||||
lists:foreach(fun (PType) ->
|
||||
{result, Subscriptions} = case catch node_action(Host,
|
||||
Subscriptions = case catch node_action(Host,
|
||||
PType,
|
||||
get_entity_subscriptions_for_send_last,
|
||||
[Host, JID]) of
|
||||
|
Loading…
Reference in New Issue
Block a user