Software /
code /
prosody
Changeset
6318:e5e7a789ef55
mod_muc/muc.lib: Remove is_anonymous from event (fix for ec57067c1e0d)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 25 Jul 2014 18:34:43 +0100 |
parents | 6317:ec57067c1e0d |
children | 6322:c3d750a43d8c |
files | plugins/muc/muc.lib.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua Fri Jul 25 18:32:15 2014 +0100 +++ b/plugins/muc/muc.lib.lua Fri Jul 25 18:34:43 2014 +0100 @@ -203,8 +203,8 @@ -- Fire event (before full_p and anon_p are created) module:fire_event("muc-broadcast-presence", { room = self; stanza = base_presence; x = base_x; - occupant = occupant; is_anonymous = is_anonymous; - nick = nick; actor = actor; reason = reason; + occupant = occupant; nick = nick; actor = actor; + reason = reason; }); local function get_presence(is_anonymous)