1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-06 03:50:15 +02:00

Fix exception in mod_privilege:process_presence_in

This should fix problem reported in issue #2248
This commit is contained in:
Paweł Chmielowski 2018-01-30 12:52:38 +01:00
parent b69fb5aae0
commit 53870c854e

View file

@ -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)),