Type Definition ruma_events::space::parent::ParentEvent[][src]

pub type ParentEvent = StateEvent<ParentEventContent>;
This is supported on crate feature unstable-pre-spec only.
Expand description

Rooms can claim parents via the m.space.parent state event.

Similar to m.space.child, the state_key is the ID of the parent space, and the content must contain a via key which gives a list of candidate servers that can be used to join the parent.