mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/matrix: disable megolm session destination tracking
This commit is contained in:
parent
e217a5f8cd
commit
3481f29c1a
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ func (helper *CryptoHelper) Init(ctx context.Context) error {
|
|||
Str("device_id", helper.client.DeviceID.String()).
|
||||
Msg("Logged in as bridge bot")
|
||||
helper.mach = crypto.NewOlmMachine(helper.client, helper.log, helper.store, helper.bridge.StateStore)
|
||||
helper.mach.DisableSharedGroupSessionTracking = true
|
||||
helper.mach.AllowKeyShare = helper.allowKeyShare
|
||||
|
||||
encryptionConfig := helper.bridge.Config.Encryption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue