# HG changeset patch # User Kim Alvefur # Date 1588176245 -7200 # Node ID e042b0c8b3100e22175552ce923176da9bcc0500 # Parent 950082c1669e1056a60e7d80078137026ca51909 mod_muc_mam: Fix stanza id filter event name, fixes #1546 Nice typo diff -r 950082c1669e -r e042b0c8b310 plugins/mod_muc_mam.lua --- 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 that claim to be from us