Skip to main content

calculate_heroes

Function calculate_heroes 

Source
pub(super) async fn calculate_heroes(
    services: &Services,
    sender_user: &UserId,
    room_id: &RoomId,
    room_name: Option<&DisplayName>,
    room_avatar: Option<&MxcUri>,
) -> (Option<Heroes>, Option<DisplayName>, Option<OwnedMxcUri>)