Step 5 in /send just fetches state from incoming server
This commit is contained in:
parent
4b9976aa74
commit
63af3d3da0
4 changed files with 186 additions and 187 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue