add sending.rs to admin db query command
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
67b4f19c60
commit
9b7dab3a57
3 changed files with 40 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue