Add roomid_statehash tree, clean up review issues
This commit is contained in:
parent
846a0098c1
commit
d73c6aa8ad
3 changed files with 52 additions and 54 deletions
|
@ -114,6 +114,7 @@ impl Database {
|
|||
|
||||
stateid_pduid: db.open_tree("stateid_pduid")?,
|
||||
pduid_statehash: db.open_tree("pduid_statehash")?,
|
||||
roomid_statehash: db.open_tree("roomid_statehash")?,
|
||||
},
|
||||
account_data: account_data::AccountData {
|
||||
roomuserdataid_accountdata: db.open_tree("roomuserdataid_accountdata")?,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue