mirror of https://github.com/LemmyNet/lemmy.git
Changing another blacklisted to blocklisted.
parent
68bcc26ff6
commit
fd6a040568
|
@ -57,7 +57,7 @@ where
|
||||||
for t in to {
|
for t in to {
|
||||||
let to_url = Url::parse(&t)?;
|
let to_url = Url::parse(&t)?;
|
||||||
if !is_apub_id_valid(&to_url) {
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
let request = Request::post(t).header("Host", to_url.domain().unwrap());
|
let request = Request::post(t).header("Host", to_url.domain().unwrap());
|
||||||
|
|
Loading…
Reference in New Issue