Skip to content

Commit

Permalink
Update post.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 18, 2024
1 parent 00dcc4a commit deea412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/apub/src/objects/post.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ impl Object for ApubPost {

// Generates a post thumbnail in background task, because some sites can be very slow to
// respond.
spawn_try_task(
async move { generate_post_link_metadata(post_, None, |_| None, context_).await },
);
//spawn_try_task(
// async move { generate_post_link_metadata(post_, None, |_| None, context_).await },
//);

Ok(post.into())
}
Expand Down

0 comments on commit deea412

Please sign in to comment.