# HG changeset patch # User Matthew Wild # Date 1406309683 -3600 # Node ID e5e7a789ef553299c1598ebd5b4c5f3095b0a2e6 # Parent ec57067c1e0d782fce748f3c5edf98c320db42f6 mod_muc/muc.lib: Remove is_anonymous from event (fix for ec57067c1e0d) diff -r ec57067c1e0d -r e5e7a789ef55 plugins/muc/muc.lib.lua --- 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)