mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Add option to not rotate keys when devices change
This commit is contained in:
parent
fa42f8c7c5
commit
5b04875090
4 changed files with 8 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ type OlmMachine struct {
|
|||
RatchetKeysOnDecrypt bool
|
||||
DeleteFullyUsedKeysOnDecrypt bool
|
||||
DeleteKeysOnDeviceDelete bool
|
||||
|
||||
DisableDeviceChangeKeyRotation bool
|
||||
}
|
||||
|
||||
// StateStore is used by OlmMachine to get room state information that's needed for encryption.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue