fix: send devicekeyupdate users in /sync

This commit is contained in:
timokoesters 2020-05-18 11:36:32 +02:00
parent f0aed35ecf
commit 42ae433b25
No known key found for this signature in database
GPG key ID: 356E705610F626D5
3 changed files with 28 additions and 8 deletions

View file

@ -61,6 +61,7 @@ impl Database {
token_userdeviceid: db.open_tree("token_userdeviceid").unwrap(),
onetimekeyid_onetimekeys: db.open_tree("onetimekeyid_onetimekeys").unwrap(),
userdeviceid_devicekeys: db.open_tree("userdeviceid_devicekeys").unwrap(),
devicekeychangeid_userid: db.open_tree("devicekeychangeid_userid").unwrap(),
todeviceid_events: db.open_tree("todeviceid_events").unwrap(),
},
rooms: rooms::Rooms {