PendingToDeviceMessages

Type Alias PendingToDeviceMessages 

Source
pub type PendingToDeviceMessages = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, Vec<Raw<AnyToDeviceEvent>>>>;
Available on (crate features testing) and non-target_family=wasm and crate feature e2e-encryption only.
Expand description

Stores pending to-device messages for each user and device. To be used with MatrixMockServer::capture_put_to_device_traffic.

Aliased Typeยง

pub struct PendingToDeviceMessages { /* private fields */ }