Function lemmy_apub::generate_apub_endpoint[][src]

pub fn generate_apub_endpoint(
    endpoint_type: EndpointType,
    name: &str,
    protocol_and_hostname: &str
) -> Result<DbUrl, ParseError>
Expand description

Generates the ActivityPub ID for a given object type and ID.