From: Alexey Shchepin Date: Fri, 9 Nov 2018 11:18:48 +0000 (+0300) Subject: Fix for the previous commit X-Git-Tag: 18.12~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48594544ed7315064591d49e4a54b53078842d54;p=ejabberd Fix for the previous commit --- diff --git a/src/mod_multicast.erl b/src/mod_multicast.erl index 4830295b5..72c177b80 100644 --- a/src/mod_multicast.erl +++ b/src/mod_multicast.erl @@ -138,7 +138,7 @@ user_send_packet({#presence{} = Packet, C2SState} = Acc) -> undefined -> St end - end, C2SState, Addresses), + end, C2SState, ToDeliver), {Packet, NewState}; false -> Acc