fix: never reject reconnects

This commit is contained in:
2026-04-25 21:04:24 -04:00
Unverified
parent ba3ada8140
commit 1302ffe6b6

View File

@@ -179,10 +179,10 @@ impl Server {
}
}
} else {
return Err(anyhow::anyhow!(format!(
"ERROR:INVALID:RECONNECT:{}",
requested_username
)));
// return Err(anyhow::anyhow!(format!(
// "ERROR:INVALID:RECONNECT:{}",
// requested_username
// )));
}
Ok(())