Step 5 in /send just fetches state from incoming server

This commit is contained in:
Devin Ragotzy 2021-01-03 17:26:17 -05:00
parent 4b9976aa74
commit 63af3d3da0
4 changed files with 186 additions and 187 deletions

View file

@ -229,7 +229,7 @@ impl PduEvent {
pub fn from_id_val(
event_id: &EventId,
json: CanonicalJsonObject,
mut json: CanonicalJsonObject,
) -> Result<Self, serde_json::Error> {
json.insert(
"event_id".to_string(),