Remove encryption logic as it is handled by matrix-sdk e2e-encryption feature directly
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-08 19:41:40 +01:00
parent d3e25eed9e
commit fec81ac92e
4 changed files with 308 additions and 725 deletions

View File

@@ -27,8 +27,8 @@ ipnet = { version = "2.11.0", features = ["serde"] }
rand = "0.9.2"
hex = "0.4.3"
mailchecker = "6.0.19"
matrix-sdk = { version = "0.16.0" }
matrix-sdk-ui = "0.14.0"
matrix-sdk = { version = "0.16.0", features = ["e2e-encryption"] }
matrix-sdk-ui = "0.16.0"
url = "2.5.7"
ractor = "0.15.9"
serde_json = "1.0.145"