Skip to content

Commit

Permalink
hybrid_matrix_token, fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Jan 17, 2024
1 parent 454a8aa commit 1b35e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_hybrid_matrix_token/mod_matrix_lobby_bypass.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module:hook("muc-occupant-pre-join", function (event)
end

if not event.origin.matrix_affiliation then
module:log(LOGLEVEL, "skip lobby_bypass, not a matrix user")
module:log(LOGLEVEL, "skip lobby_bypass, not a Matrix user")
return
end

Expand Down

0 comments on commit 1b35e1c

Please sign in to comment.