diff --git a/src/main.rs b/src/main.rs index 3620022..a1b81ad 100644 --- a/src/main.rs +++ b/src/main.rs @@ -405,10 +405,6 @@ async fn handle_socket(mut socket: WebSocket, tx: &mpsc::UnboundedSender &str { let input = input.trim(); - if input == "null" - { - return "anon"; - } // Length check if input.is_empty() || input.len() > 32