fix: one time keys are never removed
This commit is contained in:
parent
5d6542a8a6
commit
1014388a9c
5 changed files with 54 additions and 102 deletions
|
@ -14,7 +14,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch = "async", features = ["tls"] }
|
||||
http = "0.2.1"
|
||||
ruma-client-api = { git = "https://github.com/ruma/ruma-client-api.git" }
|
||||
ruma-client-api = "0.9.0"
|
||||
ruma-identifiers = { version = "0.16.1", features = ["rand"] }
|
||||
ruma-api = "0.16.1"
|
||||
ruma-events = "0.21.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue