Cancel join requests when the requester closes the window

This commit is contained in:
Nathan Sobo 2022-05-16 19:02:23 -06:00
parent 7c3eebf93e
commit d821e7a4c1
10 changed files with 449 additions and 214 deletions

View file

@ -23,6 +23,8 @@ impl PartialEq for User {
}
}
impl Eq for User {}
#[derive(Debug)]
pub struct Contact {
pub user: Arc<User>,