mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_announce: Fixed an edge case where non-admins attempting to announce would get two error replies.
This commit is contained in:
parent
c49bc6b710
commit
7b1132921d
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ function handle_announcement(data)
|
|||
if not is_admin(stanza.attr.from) then
|
||||
-- Not an admin? Not allowed!
|
||||
module:log("warn", "Non-admin %s tried to send server announcement", tostring(jid.bare(stanza.attr.from)));
|
||||
origin.send(st.error_reply(stanza, "cancel", "service-unavailable"));
|
||||
return;
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue