fix: panic on launch
Now we start the admin and sending threads at a later time.
This commit is contained in:
@@ -7,7 +7,7 @@ use ruma::{
|
||||
serde::Raw,
|
||||
RoomId, UserId,
|
||||
};
|
||||
use std::{collections::BTreeMap};
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
pub struct Service {
|
||||
pub db: &'static dyn Data,
|
||||
|
||||
Reference in New Issue
Block a user