Interface InboundGroupSessionData

data stored in the session store about an inbound group session

Property

Property

pickled Olm.InboundGroupSession

Property

Property

Devices involved in forwarding this session to us (normally empty).

Property

whether this session is untrusted.

Property

whether this session exists during the room being set to shared history.

Hierarchy

  • InboundGroupSessionData

Properties

forwardingCurve25519KeyChain: string[]
keysClaimed: Record<string, string>
room_id: string
session: string
sharedHistory?: boolean
untrusted?: boolean

Generated using TypeDoc