Following face piles finally take their first breath

This commit is contained in:
Julia 2023-02-07 19:08:35 -05:00
parent 4ffc8cd9fd
commit 4513c40993
3 changed files with 21 additions and 18 deletions

View file

@ -1996,7 +1996,7 @@ impl Database {
}
}
}
}
}
drop(db_projects);
let mut db_followers = db_room.find_related(follower::Entity).stream(tx).await?;