fix: e2ee over federation
to device events were not being sent
This commit is contained in:
parent
5aa56b92ee
commit
9f8c45c763
2 changed files with 19 additions and 13 deletions
|
@ -56,6 +56,7 @@ pub async fn send_event_to_device_route(
|
|||
},
|
||||
))
|
||||
.expect("DirectToDevice EDU can be serialized"),
|
||||
db.globals.next_count()?,
|
||||
)?;
|
||||
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue