Available on crate feature experimental-sliding-sync only.
Expand description

Utilities for working with events to decide whether they are suitable for use as a crate::Room::latest_event.

Structs§

  • Represent all information required to represent a latest event in an efficient way.

Enums§

  • PossibleLatestEvente2e-encryption
    Represents a decision about whether an event could be stored as the latest event in a room. Variants starting with Yes indicate that this message could be stored, and provide the inner event information, and those starting with a No indicate that it could not, and give a reason.

Functions§

  • Decide whether an event could be stored as the latest event in a room. Returns a LatestEvent representing our decision.