notes
This commit is contained in:
parent
f4b1b2f518
commit
cab399b312
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue