mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Fixed: rostermanager.lua now returns the module
This commit is contained in:
parent
99d8d3327b
commit
0af37d5e1e
1 changed files with 2 additions and 0 deletions
|
@ -24,3 +24,5 @@ function getroster(username, host)
|
|||
}
|
||||
-- return datamanager.load(username, host, "roster") or {};
|
||||
end
|
||||
|
||||
return _M;
|
Loading…
Add table
Add a link
Reference in a new issue