aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mod_privacy.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_privacy.erl b/src/mod_privacy.erl
index 0204e0917..dc52825a1 100644
--- a/src/mod_privacy.erl
+++ b/src/mod_privacy.erl
@@ -434,7 +434,7 @@ user_send_packet({#iq{type = Type,
% Adjust the client's state directly, so the next to-be-processed
% packet will take the active list into account.
{IQ, State#{privacy_active_list => Active}};
- true ->
+ _ ->
{IQ, State}
end;
_ -> {IQ, State}