mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
Refractor WS; remove - fom names.
This commit is contained in:
@@ -97,8 +97,9 @@ async fn accept(stream: TcpStream) {
|
||||
) {
|
||||
send(ClientboundNotification::Authenticated);
|
||||
|
||||
match task::block_on(user.generate_ready_payload())
|
||||
{
|
||||
match task::block_on(
|
||||
super::payload::generate_ready(user),
|
||||
) {
|
||||
Ok(payload) => {
|
||||
send(payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user