feat: add recovery key support for E2EE agents, including configuration and documentation updates
This commit is contained in:
@@ -169,10 +169,11 @@ type MatrixCfg struct {
|
||||
}
|
||||
|
||||
type EncryptionCfg struct {
|
||||
Enabled bool `yaml:"enabled"`
|
||||
StorePath string `yaml:"store_path"`
|
||||
PickleKeyEnv string `yaml:"pickle_key_env"` // env var with hex-encoded 32-byte key
|
||||
TrustMode string `yaml:"trust_mode"` // tofu | cross-signing | manual
|
||||
Enabled bool `yaml:"enabled"`
|
||||
StorePath string `yaml:"store_path"`
|
||||
PickleKeyEnv string `yaml:"pickle_key_env"` // env var with hex-encoded 32-byte key
|
||||
TrustMode string `yaml:"trust_mode"` // tofu | cross-signing | manual
|
||||
RecoveryKeyEnv string `yaml:"recovery_key_env"` // env var with base58 SSSS recovery key for cross-signing
|
||||
}
|
||||
|
||||
type RoomsCfg struct {
|
||||
|
||||
Reference in New Issue
Block a user