Function ruma_state_res::event_auth::check_membership[][src]

pub fn check_membership<E: Event>(
    member_event: Option<Arc<E>>,
    state: MembershipState
) -> bool
Expand description

Check that the member event matches state.

This function returns false instead of failing when deserialization fails.