Update ruma to latest, renamed server keys and removed PduStub

This commit is contained in:
Devin Ragotzy
2020-12-04 18:16:17 -05:00
committed by Timo Kösters
parent b869aab5d0
commit 164b1633d8
19 changed files with 123 additions and 87 deletions

View File

@@ -6,7 +6,7 @@ use ruma::{
r0::config::{get_global_account_data, set_global_account_data},
},
events::{custom::CustomEventContent, BasicEvent},
Raw,
serde::Raw,
};
#[cfg(feature = "conduit_bin")]