fix: one time keys are never removed

This commit is contained in:
timokoesters 2020-05-23 19:17:08 +02:00
parent 5d6542a8a6
commit 1014388a9c
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
5 changed files with 54 additions and 102 deletions

5
Cargo.lock generated
View file

@ -1296,8 +1296,9 @@ dependencies = [
[[package]]
name = "ruma-client-api"
version = "0.8.0"
source = "git+https://github.com/ruma/ruma-client-api.git#3a3ccabbf22c34da5c9de7cac54d9fbd3e571dcf"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "082913ad135ca55ee06a55d295bea954982f2ac5e0150adc09024f5cbb8cb6cf"
dependencies = [
"http",
"js_int",