Skip to content

Commit

Permalink
fix(lobby_deactivate): hook name
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Apr 25, 2024
1 parent 6e29cd7 commit eafb06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lobby_deactivate/mod_lobby_deactivate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local is_healthcheck_room = module:require "util".is_healthcheck_room;

module:log("info", "loaded");

module:hook("muc-occupant-join", function (event)
module:hook("muc-occupant-joined", function (event)
local room, origin = event.room, event.origin;

if is_healthcheck_room(room.jid) then
Expand Down

0 comments on commit eafb06b

Please sign in to comment.