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:
parent
b69fb5aae0
commit
53870c854e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ process_presence_in({#presence{
|
|||
true ->
|
||||
ok
|
||||
end;
|
||||
true ->
|
||||
none ->
|
||||
ok
|
||||
end
|
||||
end, dict:to_list(Permissions)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue