add sending.rs to admin db query command

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-21 15:00:54 -04:00 committed by June
parent 67b4f19c60
commit 9b7dab3a57
3 changed files with 40 additions and 1 deletions

View file

@ -38,7 +38,7 @@ pub use send::FedDest;
const SELECT_EDU_LIMIT: usize = 16;
pub struct Service {
db: &'static dyn Data,
pub db: &'static dyn Data,
/// The state for a given state hash.
pub(super) maximum_requests: Arc<Semaphore>,