Software /
code /
prosody-modules
Changeset
4083:e7eb46d976ae
mod_easy_invite: Add code comment (from Snikket)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 07 Sep 2020 12:51:20 +0100 |
parents | 4082:6cdbca89b8be |
children | 4084:9d11c18d4d7e |
files | mod_easy_invite/mod_easy_invite.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_easy_invite/mod_easy_invite.lua Mon Sep 07 12:50:36 2020 +0100 +++ b/mod_easy_invite/mod_easy_invite.lua Mon Sep 07 12:51:20 2020 +0100 @@ -226,6 +226,7 @@ assert(hosts[host], "Host "..tostring(host).." does not exist"); sm.initialize_host(host); + -- Load mod_invites invites = module:context(host):depends("invites"); local invite = invites.create_account(); print(invite.uri);