Can close all user sessions when Matrix token is changed
This commit is contained in:
@ -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"] }
|
Reference in New Issue
Block a user