Function lemmy_apub::get_community_from_to_or_cc[][src]

pub async fn get_community_from_to_or_cc<T, Kind>(
    activity: &T,
    context: &LemmyContext,
    request_counter: &mut i32
) -> Result<Community, LemmyError> where
    T: AsObject<Kind>,