mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Revert apub endpoint change (again)
This commit is contained in:
parent
095ccae616
commit
1b0da74b57
@ -36,10 +36,10 @@ pub enum EndpointType {
|
||||
// and have it fetch the object.
|
||||
pub fn make_apub_endpoint(endpoint_type: EndpointType, name: &str) -> Url {
|
||||
let point = match endpoint_type {
|
||||
EndpointType::Community => "community",
|
||||
EndpointType::User => "user",
|
||||
EndpointType::Post => "post",
|
||||
EndpointType::Comment => "comment",
|
||||
EndpointType::Community => "c",
|
||||
EndpointType::User => "u",
|
||||
EndpointType::Post => "p",
|
||||
EndpointType::Comment => todo!(),
|
||||
};
|
||||
|
||||
Url::parse(&format!(
|
||||
|
Loading…
Reference in New Issue
Block a user