This commit is contained in:
Adam 2024-07-30 21:27:09 -04:00
parent f4b1b2f518
commit cab399b312

View file

@ -110,6 +110,7 @@ async fn handle_new_user(
state.users.lock().unwrap().insert(*addr, new_user);
// Hydrate client
// this should probably be combined and sent as one
sender.send(Message::Text(chat_meta_update(state))).await?;
sender.send(Message::Text(motd())).await?;
sender