MiTask/LinkUp-P2P-Chat:main
main
@ -850,6 +850,7 @@ function writeConfigToFile(filePath) {
function updatePortInUrl(url) {
if (!url) return url;
const urlObject = new URL(url);
if(urlObject.port == 443) return urlObject.toString();
urlObject.port = servePort;
return urlObject.toString();
}
The note is not visible to the blocked user.