Skip to content

Commit 17c06fb

Browse files
committed
[Twitter] Use original image URL
1 parent 1223e0e commit 17c06fb

File tree

1 file changed

+1
-1
lines changed
  • src/platform/twitter/source

1 file changed

+1
-1
lines changed

src/platform/twitter/source/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ impl FetcherInner {
625625
.map(|media| match media.kind {
626626
data::TweetLegacyEntityMediaKind::Photo => {
627627
PostAttachment::Image(PostAttachmentImage {
628-
media_url: media.media_url_https,
628+
media_url: format!("{}:orig", media.media_url_https),
629629
has_spoiler: possibly_sensitive,
630630
})
631631
}

0 commit comments

Comments
 (0)