mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix mod_mix_mnesia get_participants/3 callback
This commit is contained in:
parent
6afefd7bbf
commit
4f5552128b
@ -142,7 +142,7 @@ get_participants(_LServer, Channel, Service) ->
|
||||
#mix_participant.chan_serv),
|
||||
{ok, lists:map(
|
||||
fun(#mix_participant{jid = JID, id = ID, nick = Nick}) ->
|
||||
{ok, {JID, ID, Nick}}
|
||||
{JID, ID, Nick}
|
||||
end, Ret)}.
|
||||
|
||||
del_participant(_LServer, Channel, Service, JID) ->
|
||||
|
Loading…
Reference in New Issue
Block a user