Image links not included when fetching quote posts #1489
-
I am trying to get images from posts in a timeline, and URLs to thumbnail and fullsize image are usually included in the embed section (feed_view.post.embed), but for quote posts the embed section instead contains the quoted post. If the quoted post has images in it, I get the URLs for those images, but for the "outer" post the images are only given in BlobRef-format, and I'm not sure how to convert that into a way of fetching the actual image. |
Beta Was this translation helpful? Give feedback.
Answered by
Linus2punkt0
Aug 17, 2023
Replies: 1 comment
-
Turns out it was an issue in the atproto python library! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Linus2punkt0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out it was an issue in the atproto python library!