tangled
alpha
login
or
join now
witchcraft.systems
/
pds-dash
15
fork
atom
this repo has no description
15
fork
atom
overview
issues
pulls
pipelines
GIF fix for safari
astrra.space
10 months ago
c84ff140
c3dfb2e4
verified
This commit was signed with the committer's
known signature
.
astrra.space
SSH Key Fingerprint:
SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag=
+3
-1
1 changed file
expand all
collapse all
unified
split
src
lib
pdsfetch.ts
+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
102
-
this.gifLink = post.embed.external.uri;
102
102
+
if (post.embed.external.uri.includes(".gif")) {
103
103
+
this.gifLink = post.embed.external.uri;
104
104
+
}
103
105
break;
104
106
}
105
107
}