mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Redact megolm sessions when device is deleted
This commit is contained in:
parent
3ee9693d55
commit
43d58fbad2
3 changed files with 23 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ type OlmMachine struct {
|
|||
DeletePreviousKeysOnReceive bool
|
||||
RatchetKeysOnDecrypt bool
|
||||
DeleteFullyUsedKeysOnDecrypt bool
|
||||
DeleteKeysOnDeviceDelete 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