mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Add option to disable tracking megolm session ratchet state
The tracking is meant for bridges/bots that want to delete old ratchet states after they're not needed, but for normal clients it's just unnecessary overhead
This commit is contained in:
parent
654b82ec73
commit
3bd42f5a82
4 changed files with 9 additions and 3 deletions
|
|
@ -78,6 +78,7 @@ type OlmMachine struct {
|
|||
RatchetKeysOnDecrypt bool
|
||||
DeleteFullyUsedKeysOnDecrypt bool
|
||||
DeleteKeysOnDeviceDelete bool
|
||||
DisableRatchetTracking bool
|
||||
|
||||
DisableDeviceChangeKeyRotation bool
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue