mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
removed a typo (#9244)
This commit is contained in:
@@ -401,7 +401,7 @@ function Util:verify_room(session, room_address)
|
||||
end
|
||||
|
||||
return room_address_to_verify == jid.join(
|
||||
"["..subdomain_to_check).."]"..room_to_check, self.muc_domain);
|
||||
"["..subdomain_to_check.."]"..room_to_check, self.muc_domain);
|
||||
else
|
||||
if auth_domain == '*' then
|
||||
-- check for wildcard in JWT claim, allow access if found
|
||||
|
||||
Reference in New Issue
Block a user