mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix user_send_packet in mod_privacy; was failing on newly created users
This commit is contained in:
parent
570800a540
commit
aa489c5a8b
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ user_send_packet({#iq{type = Type,
|
||||||
% Adjust the client's state directly, so the next to-be-processed
|
% Adjust the client's state directly, so the next to-be-processed
|
||||||
% packet will take the active list into account.
|
% packet will take the active list into account.
|
||||||
{IQ, State#{privacy_active_list => Active}};
|
{IQ, State#{privacy_active_list => Active}};
|
||||||
true ->
|
_ ->
|
||||||
{IQ, State}
|
{IQ, State}
|
||||||
end;
|
end;
|
||||||
_ -> {IQ, State}
|
_ -> {IQ, State}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue