fix: panic on launch

Now we start the admin and sending threads at a later time.
This commit is contained in:
Timo Kösters
2022-10-08 13:57:01 +02:00
committed by Nyaaori
parent 50b0eb9929
commit 8b5b7a1f63
20 changed files with 46 additions and 53 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
mod data;
use std::{collections::HashMap};
use std::collections::HashMap;
pub use data::Data;
use ruma::{events::presence::PresenceEvent, RoomId, UserId};
@@ -1,6 +1,5 @@
mod data;
pub use data::Data;
use crate::Result;
-1
View File
@@ -1,6 +1,5 @@
mod data;
pub use data::Data;
use ruma::{events::SyncEphemeralRoomEvent, RoomId, UserId};