mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-12 10:18:57 -05:00
add sending.rs to admin db query command
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
a1eb7d79aa
commit
53e7df820c
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