This commit is contained in:
Sosthène Guédon 2023-11-24 18:20:08 +01:00
parent cbc641561f
commit f947f8b0c5

View file

@ -21,7 +21,7 @@ pub enum WebFingerError {
#[error("The webfinger identifier doesn't match the expected instance domain name")]
WrongDomain,
/// The wefinger object did not contain any link to an activitypub item
#[error("The wefinger object did not contain any link to an activitypub item")]
#[error("The webfinger object did not contain any link to an activitypub item")]
NoValidLink,
}