Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Increase alt text limit to 1000 (#521)

authored by

Ollie Hsieh and committed by
GitHub
df8059bf 36eca53b

+2 -2
+2 -2
src/lib/constants.ts
··· 5 5 export const MAX_DESCRIPTION = 256 6 6 7 7 // Recommended is 100 per: https://www.w3.org/WAI/GL/WCAG20/tests/test3.html 8 - // but adding buffer room to account for languages like German 9 - export const MAX_ALT_TEXT = 120 8 + // but increasing limit per user feedback 9 + export const MAX_ALT_TEXT = 1000 10 10 11 11 export const PROD_TEAM_HANDLES = [ 12 12 'jay.bsky.social',