mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix exception in mod_privilege:process_presence_in
This should fix problem reported in issue #2248
This commit is contained in:
parent
b69fb5aae0
commit
53870c854e
@ -172,7 +172,7 @@ process_presence_in({#presence{
|
|||||||
true ->
|
true ->
|
||||||
ok
|
ok
|
||||||
end;
|
end;
|
||||||
true ->
|
none ->
|
||||||
ok
|
ok
|
||||||
end
|
end
|
||||||
end, dict:to_list(Permissions)),
|
end, dict:to_list(Permissions)),
|
||||||
|
Loading…
Reference in New Issue
Block a user