this repo has no description
0
fork

Configure Feed

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

Fix wrong logic for sensitive media blur

+1 -1
+1 -1
src/components/status.jsx
··· 2245 2245 {!previewMode && 2246 2246 (sensitive || filterInfo?.action === 'blur') && 2247 2247 !!mediaAttachments.length && 2248 - (readingExpandMedia === 'show_all' || 2248 + (readingExpandMedia !== 'show_all' || 2249 2249 filterInfo?.action === 'blur') && ( 2250 2250 <button 2251 2251 class={`plain spoiler-media-button ${