mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)
This commit is contained in:
parent
c35c696843
commit
fe1e9e84e6
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ local function make_host(hostname)
|
|||
type = "local",
|
||||
events = prosody.events,
|
||||
modules = {},
|
||||
sessions = {},
|
||||
users = require "core.usermanager".new_null_provider(hostname)
|
||||
};
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue