this repo has no description

GIF fix for safari

astrra.space c84ff140 c3dfb2e4

verified
Changed files
+3 -1
src
+3 -1
src/lib/pdsfetch.ts
··· 99 99 } 100 100 break; 101 101 case "app.bsky.embed.external": // assuming that external embeds are gifs for now 102 - this.gifLink = post.embed.external.uri; 102 + if (post.embed.external.uri.includes(".gif")) { 103 + this.gifLink = post.embed.external.uri; 104 + } 103 105 break; 104 106 } 105 107 }