From a5aa357c72e2bba335e519ad7eadbbe7230a17dc Mon Sep 17 00:00:00 2001 From: mdPlusPlus Date: Thu, 29 Dec 2022 01:42:37 +0100 Subject: [PATCH] Comments --- get_online_session_communities.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_online_session_communities.php b/get_online_session_communities.php index 1ac68601..2876b8b2 100644 --- a/get_online_session_communities.php +++ b/get_online_session_communities.php @@ -11,10 +11,10 @@ error_reporting(E_ALL & ~E_WARNING); // regex that matches room join links like http://1.2.3.4:56789/token?public_key=0123456789abcdef - $room_join_regex = "/https?:\/\/.+\?public_key=[0-9a-f]+/" ; //TODO: How long can a public key be? + $room_join_regex = "/https?:\/\/.+\?public_key=[0-9a-f]+/" ; //TODO: How long can a public key be? Most likely exactly 64 chars long // room token regex part - $room_token_regex_part = "[0-9A-Za-z]+"; //TODO: actually correct? Most likely exactly 64 chars long + $room_token_regex_part = "[0-9A-Za-z]+"; //TODO: actually correct? /* * Some servers don't appear in the wild yet, but can be queried