Can close all user sessions when Matrix token is changed

This commit is contained in:
2025-02-06 22:39:53 +01:00
parent 4ff72e073e
commit 558d5cda3f
7 changed files with 172 additions and 111 deletions

View File

@ -32,5 +32,4 @@ sha2 = "0.11.0-pre.4"
base16ct = "0.2.0"
ruma = { version = "0.12.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
actix-ws = "0.3.0"
tokio = { version = "1.43.0", features = ["rt", "time", "macros"] }
time = "0.3.37"
tokio = { version = "1.43.0", features = ["rt", "time", "macros", "rt-multi-thread"] }