Skip to content

Commit 1b35e1c

Browse files
committed
hybrid_matrix_token, fix: typo
1 parent 454a8aa commit 1b35e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth_hybrid_matrix_token/mod_matrix_lobby_bypass.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module:hook("muc-occupant-pre-join", function (event)
3030
end
3131

3232
if not event.origin.matrix_affiliation then
33-
module:log(LOGLEVEL, "skip lobby_bypass, not a matrix user")
33+
module:log(LOGLEVEL, "skip lobby_bypass, not a Matrix user")
3434
return
3535
end
3636

0 commit comments

Comments
 (0)