mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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);
|
t_insert(offlinedata, stanza);
|
||||||
return datamanager.store(user, host, "offlinemsg", offlinedata);
|
return datamanager.store(user, host, "offlinemsg", offlinedata);
|
||||||
end
|
end
|
||||||
|
|
||||||
|
return _M;
|
|
@ -93,3 +93,4 @@ function store(username, host, datastore, data)
|
||||||
return true;
|
return true;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
return _M;
|
Loading…
Add table
Add a link
Reference in a new issue