Skip to content

Commit

Permalink
fix(lobby_deactivate): typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Apr 25, 2024
1 parent 9a20f15 commit 29e11a0
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 @@ -17,7 +17,7 @@ module:hook("muc-occupant-joined", function (event)
return
end

-- do run for focus
-- dont run for focus
local occupant_count = it.count(room:each_occupant())
if occupant_count < 2 then
return
Expand Down

0 comments on commit 29e11a0

Please sign in to comment.