mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Fixed: Some modules did not return anything
This commit is contained in:
parent
cafc6f8ada
commit
bf97de7a75
2 changed files with 3 additions and 0 deletions
|
@ -11,3 +11,5 @@ function new(user, host, stanza)
|
|||
t_insert(offlinedata, stanza);
|
||||
return datamanager.store(user, host, "offlinemsg", offlinedata);
|
||||
end
|
||||
|
||||
return _M;
|
|
@ -93,3 +93,4 @@ function store(username, host, datastore, data)
|
|||
return true;
|
||||
end
|
||||
|
||||
return _M;
|
Loading…
Add table
Add a link
Reference in a new issue