diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_privacy.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mod_privacy.erl b/src/mod_privacy.erl index d54e79f0b..f928c8291 100644 --- a/src/mod_privacy.erl +++ b/src/mod_privacy.erl @@ -413,8 +413,6 @@ update_c2s_state_with_privacy_list(#iq{type = set, State) -> %% Match a IQ set containing a new active privacy list case xmpp:get_subtag(IQ, #privacy_query{}) of - #privacy_query{active = undefined} -> - State; #privacy_query{default = undefined, active = Active} -> case Active of none -> |