aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_muc_mam.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-05-11 21:29:24 +0200
committerKim Alvefur <zash@zash.se>2020-05-11 21:29:24 +0200
commit93b2288a078bff9f55b6c5b9eae57213f3a585f3 (patch)
treeb0f8769400f74deac5d6a36c26c99826c400becf /plugins/mod_muc_mam.lua
parent05e276504d45f73d08da05ef46fd75511a123b42 (diff)
parent0c8c16c487cf3429f6d1686570d2d24cbed11220 (diff)
downloadprosody-93b2288a078bff9f55b6c5b9eae57213f3a585f3.tar.gz
prosody-93b2288a078bff9f55b6c5b9eae57213f3a585f3.zip
Merge 0.11->trunk
Diffstat (limited to 'plugins/mod_muc_mam.lua')
-rw-r--r--plugins/mod_muc_mam.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_muc_mam.lua b/plugins/mod_muc_mam.lua
index f22f20f2..4bc43ec3 100644
--- a/plugins/mod_muc_mam.lua
+++ b/plugins/mod_muc_mam.lua
@@ -351,7 +351,7 @@ module:hook("muc-broadcast-message", function (event)
return tag;
end);
-end, 0);
+end, 1);
-- Handle messages
local function save_to_history(self, stanza)