Changing another blacklisted to blocklisted.

pull/835/head
Dessalines 4 years ago
parent 68bcc26ff6
commit fd6a040568

@ -57,7 +57,7 @@ where
for t in to {
let to_url = Url::parse(&t)?;
if !is_apub_id_valid(&to_url) {
debug!("Not sending activity to {} (invalid or blacklisted)", t);
debug!("Not sending activity to {} (invalid or blocklisted)", t);
continue;
}
let request = Request::post(t).header("Host", to_url.domain().unwrap());

Loading…
Cancel
Save