mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
parent
7c18043404
commit
e0a9efae01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue