Dont proxy url.

This commit is contained in:
Dessalines 2024-05-06 10:08:51 -04:00
parent ed1b728fdb
commit 2b70adf6ea
1 changed files with 0 additions and 2 deletions

View File

@ -237,8 +237,6 @@ impl Object for ApubPost {
let alt_text = first_attachment.cloned().and_then(Attachment::alt_text);
let url = proxy_image_link_opt_apub(url, context).await?;
let slur_regex = &local_site_opt_to_slur_regex(&local_site);
let url_blocklist = get_url_blocklist(context).await?;