Function ruma_state_res::event_auth::auth_types_for_event
source · pub fn auth_types_for_event(
kind: &TimelineEventType,
sender: &UserId,
state_key: Option<&str>,
content: &RawJsonValue
) -> Result<Vec<(StateEventType, String)>>
Expand description
For the given event kind
what are the relevant auth events that are needed to authenticate
this content
.
Errors
This function will return an error if the supplied content
is not a JSON object.