feat: heed db backend (LMDB)

This commit is contained in:
Timo Kösters
2021-07-29 20:17:47 +02:00
parent c209775abd
commit 5c776e9ba7
9 changed files with 456 additions and 97 deletions

View File

@@ -47,7 +47,7 @@ pub async fn send_event_to_device_route(
db.sending.send_reliable_edu(
target_user_id.server_name(),
&serde_json::to_vec(&federation::transactions::edu::Edu::DirectToDevice(
serde_json::to_vec(&federation::transactions::edu::Edu::DirectToDevice(
DirectDeviceContent {
sender: sender_user.clone(),
ev_type: EventType::from(&body.event_type),