feat(#551): enable matrix e2ee -- add e2e-encryption feature, wire EncryptionSettings, flip tuwunel allow_encryption
This commit is contained in:
parent
9e499b25ea
commit
f51402a867
3 changed files with 11 additions and 2 deletions
|
|
@ -63,5 +63,6 @@ matrix-sdk = { version = "0.14", default-features = false, features = [
|
|||
"rustls-tls",
|
||||
"sqlite",
|
||||
"markdown",
|
||||
"e2e-encryption",
|
||||
] }
|
||||
futures-util = "0.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue