Update ruma to latest, renamed server keys and removed PduStub
This commit is contained in:
committed by
Timo Kösters
parent
b869aab5d0
commit
164b1633d8
@@ -3,7 +3,10 @@ use std::convert::{TryFrom, TryInto};
|
||||
use crate::pdu::PduBuilder;
|
||||
use log::warn;
|
||||
use rocket::futures::{channel::mpsc, stream::StreamExt};
|
||||
use ruma::{events::room::message, events::EventType, UserId};
|
||||
use ruma::{
|
||||
events::{room::message, EventType},
|
||||
UserId,
|
||||
};
|
||||
use tokio::select;
|
||||
|
||||
pub enum AdminCommand {
|
||||
|
||||
Reference in New Issue
Block a user