mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix bug that appears when importing privacy from Prosody (#2872)
This commit is contained in:
parent
7a107c02a5
commit
6b0f7f2a24
@ -92,7 +92,7 @@ set_lists(#privacy{us = {LUser, LServer},
|
||||
lists:foreach(
|
||||
fun({Name, List}) ->
|
||||
add_privacy_list(LUser, LServer, Name),
|
||||
{selected, [<<"id">>], [[I]]} =
|
||||
{selected, [{I}]} =
|
||||
get_privacy_list_id_t(LUser, LServer, Name),
|
||||
RItems = lists:map(fun item_to_raw/1, List),
|
||||
set_privacy_list(I, RItems),
|
||||
|
Loading…
Reference in New Issue
Block a user