BREAKING: update mautrix to 0.15.x
This commit is contained in:
2
vendor/maunium.net/go/mautrix/crypto/keyexport.go
generated
vendored
2
vendor/maunium.net/go/mautrix/crypto/keyexport.go
generated
vendored
@@ -103,7 +103,7 @@ func exportSessions(sessions []*InboundGroupSession) ([]ExportedSession, error)
|
||||
SenderKey: session.SenderKey,
|
||||
SenderClaimedKeys: SenderClaimedKeys{},
|
||||
SessionID: session.ID(),
|
||||
SessionKey: key,
|
||||
SessionKey: string(key),
|
||||
}
|
||||
}
|
||||
return export, nil
|
||||
|
||||
Reference in New Issue
Block a user