this repo has no description
0
fork

Configure Feed

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

Test allow longer caption if large size

+1 -1
+1 -1
src/components/status.jsx
··· 2298 2298 media={media} 2299 2299 autoAnimate 2300 2300 showCaption 2301 - allowLongerCaption={!content} 2301 + allowLongerCaption={!content || isSizeLarge} 2302 2302 lang={language} 2303 2303 to={`/${instance}/s/${id}?${ 2304 2304 withinContext ? 'media' : 'media-only'