fix(matrix): properly handle sessions

This commit is contained in:
2025-03-15 22:51:55 -04:00
parent e7300e1a37
commit ee82685b4e
5 changed files with 106 additions and 35 deletions

View File

@@ -40,6 +40,7 @@ mimalloc = { version = "0", optional = true }
mlua = { version = "0", features = ["async", "luajit", "send"] }
ncr = { version = "0", features = ["cfb8", "ecb", "gcm"] }
parking_lot = "0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["macros"] }
zip = { version = "2", default-features = false, features = ["flate2"] }