25
1
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:
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)),