431 errors left

This commit is contained in:
Timo Kösters
2022-10-05 09:34:25 +02:00
committed by Nyaaori
parent bd8b616ca0
commit 8708cd3b63
32 changed files with 640 additions and 973 deletions

View File

@@ -513,7 +513,7 @@ impl KeyValueDatabase {
let states_parents = last_roomsstatehash.map_or_else(
|| Ok(Vec::new()),
|&last_roomsstatehash| {
db.rooms.load_shortstatehash_info(dbg!(last_roomsstatehash))
db.rooms.state_accessor.load_shortstatehash_info(dbg!(last_roomsstatehash))
},
)?;