fractal::session::view::content::room_history::message_row::content

Function build_media_content

Source
fn build_media_content(
    old_widget: Option<Widget>,
    media_message: MediaMessage,
    format: ContentFormat,
    session: &Session,
    cache_key: MessageCacheKey,
) -> Widget
Expand description

Build the content widget of the given media content.

If the given old widget is of the proper type, it is reused.