aboutsummaryrefslogtreecommitdiffstats
path: root/core/offlinemessage.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/offlinemessage.lua')
-rw-r--r--core/offlinemessage.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/offlinemessage.lua b/core/offlinemessage.lua
index dda9b7d8..ebb357ba 100644
--- a/core/offlinemessage.lua
+++ b/core/offlinemessage.lua
@@ -11,3 +11,5 @@ function new(user, host, stanza)
t_insert(offlinedata, stanza);
return datamanager.store(user, host, "offlinemsg", offlinedata);
end
+
+return _M; \ No newline at end of file