Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't animate images that will be posted as JPGs (#8760)

* don't play gifs that'll be png'd

* add media inset border

* fix unnecessary typecast

* Revert "fix unnecessary typecast"

This reverts commit 3a8bcc92774d83f6ece0577f919f527cd920761b.

authored by

Samuel Newman and committed by
GitHub
f4724e37 e87555c4

+5
+5
src/view/com/composer/photos/Gallery.tsx
··· 21 21 import {Text} from '#/view/com/util/text/Text' 22 22 import {useTheme} from '#/alf' 23 23 import * as Dialog from '#/components/Dialog' 24 + import {MediaInsetBorder} from '#/components/MediaInsetBorder' 24 25 import {type PostAction} from '../state/composer' 25 26 import {EditImageDialog} from './EditImageDialog' 26 27 import {ImageAltTextDialog} from './ImageAltTextDialog' ··· 227 228 }} 228 229 accessible={true} 229 230 accessibilityIgnoresInvertColors 231 + cachePolicy="none" 232 + autoplay={false} 230 233 /> 234 + 235 + <MediaInsetBorder /> 231 236 232 237 <ImageAltTextDialog 233 238 control={altTextControl}