this repo has no description
0
fork

Configure Feed

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

Don't show inline translation if has card

+2
+2
src/components/status.jsx
··· 260 260 !previewMode && 261 261 !spoilerText && 262 262 !poll && 263 + !card && 263 264 !mediaAttachments?.length && 264 265 contentLength > 0 && 265 266 contentLength <= INLINE_TRANSLATE_LIMIT ··· 271 272 previewMode, 272 273 spoilerText, 273 274 poll, 275 + card, 274 276 mediaAttachments, 275 277 content, 276 278 ]);