mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
crypto/decryptmegolm: add option to ignore failing to parse content after decryption
This commit is contained in:
parent
60e14d7dff
commit
99ff0c0964
2 changed files with 3 additions and 1 deletions
|
|
@ -44,6 +44,8 @@ type OlmMachine struct {
|
|||
// Don't mark outbound Olm sessions as shared for devices they were initially sent to.
|
||||
DisableSharedGroupSessionTracking bool
|
||||
|
||||
IgnorePostDecryptionParseErrors bool
|
||||
|
||||
SendKeysMinTrust id.TrustState
|
||||
ShareKeysMinTrust id.TrustState
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue