Diff

plugins/mod_muc_mam.lua @ 10814:e042b0c8b310 0.11

mod_muc_mam: Fix stanza id filter event name, fixes #1546 Nice typo
author Kim Alvefur <zash@zash.se>
date Wed, 29 Apr 2020 18:04:05 +0200
parent 10682:62ef68f95b6f
child 10815:c432b7172fa3
line wrap: on
line diff
--- a/plugins/mod_muc_mam.lua	Sun Apr 26 20:58:51 2020 +0200
+++ b/plugins/mod_muc_mam.lua	Wed Apr 29 18:04:05 2020 +0200
@@ -309,7 +309,7 @@
 	return true;
 end, 1);
 
-module:hook("muc-broadcast-messages", function (event)
+module:hook("muc-broadcast-message", function (event)
 	local room, stanza = event.room, event.stanza;
 
 	-- Filter out <stanza-id> that claim to be from us