Software / code / prosody
Changeset
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 |
| parents | 10783:950082c1669e |
| children | 10815:c432b7172fa3 |
| files | plugins/mod_muc_mam.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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