Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

ext gif check (#5725)

authored by

Hailey and committed by
GitHub
0f7cd2b7 907b8d17

+2
+2
src/view/com/composer/Composer.tsx
··· 360 360 richtext.text.trim().length === 0 && 361 361 images.length === 0 && 362 362 !extLink && 363 + !extGif && 363 364 !quote && 364 365 videoState.status === 'idle' 365 366 ) { ··· 451 452 agent, 452 453 draft, 453 454 extLink, 455 + extGif, 454 456 images, 455 457 graphemeLength, 456 458 isAltTextRequiredAndMissing,