Remove channel chat participant when connection is lost
This commit is contained in:
parent
f2112b9aad
commit
1c50587cad
4 changed files with 74 additions and 44 deletions
|
@ -904,9 +904,8 @@ async fn connection_lost(
|
|||
room_updated(&room, &session.peer);
|
||||
}
|
||||
}
|
||||
|
||||
update_user_contacts(session.user_id, &session).await?;
|
||||
|
||||
|
||||
}
|
||||
_ = teardown.changed().fuse() => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue