Fix deadlock in db get_room
Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
@@ -1996,7 +1996,8 @@ impl Database {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
drop(db_projects);
|
||||
|
||||
let mut db_followers = db_room.find_related(follower::Entity).stream(tx).await?;
|
||||
let mut followers = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user