24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +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 ->
ok
end;
true ->
none ->
ok
end
end, dict:to_list(Permissions)),