fix: e2ee over federation

to device events were not being sent
This commit is contained in:
Timo Kösters 2021-08-25 14:42:46 +02:00
parent 5aa56b92ee
commit 9f8c45c763
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 19 additions and 13 deletions

View file

@ -56,6 +56,7 @@ pub async fn send_event_to_device_route(
},
))
.expect("DirectToDevice EDU can be serialized"),
db.globals.next_count()?,
)?;
continue;