Skip to content

Commit 84d5006

Browse files
committed
Add TODO about building embeds for all links
1 parent fe86468 commit 84d5006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ async fn handle_interaction(
122122
.await?;
123123
}
124124

125+
// TODO: build embeds for all links, not just the first one
125126
let first_link = threads_links.first().unwrap();
126127
let html = web_client
127128
.get(first_link.as_str())

0 commit comments

Comments
 (0)