Append state event that pass resolution to DB, update to tokio 1.1
This commit is contained in:
parent
b8b40ce38b
commit
cd0c5c0566
6 changed files with 322 additions and 434 deletions
|
@ -106,8 +106,7 @@ impl Database {
|
|||
db.open_tree("global")?,
|
||||
db.open_tree("servertimeout_signingkey")?,
|
||||
config,
|
||||
)
|
||||
.await?,
|
||||
)?,
|
||||
users: users::Users {
|
||||
userid_password: db.open_tree("userid_password")?,
|
||||
userid_displayname: db.open_tree("userid_displayname")?,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue