Fix state for empty key route
Replace None with Some("") for state_key
This commit is contained in:
parent
27ffe77823
commit
d9a29e3e5c
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ pub fn send_state_event_for_empty_key_route(
|
|||
&body.content,
|
||||
json,
|
||||
&body.room_id,
|
||||
None,
|
||||
Some("".into()),
|
||||
)?
|
||||
.0
|
||||
.event_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue