mod_muc_mam: Fix stanza id filter event name, fixes #1546

Nice typo
This commit is contained in:
Kim Alvefur 2020-04-29 18:04:05 +02:00
parent 7c18043404
commit e0a9efae01

View file

@ -309,7 +309,7 @@ module:hook("muc-get-history", function (event)
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