Function fractal::utils::matrix::get_stripped_state_event_body
source ยท pub fn get_stripped_state_event_body(
event: &AnyStrippedStateEvent,
sender_name: &str,
own_user: &UserId,
) -> Option<String>
Expand description
Extract the body from the given state event.
This will return a localized body.
Returns None
if the state event type is not supported.