this repo has no description
0
fork

Configure Feed

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

Unfilter 'warn'-filtered posts

'warn' only affects media

+15 -7
+9 -1
src/components/status.jsx
··· 3578 3578 if (!status) return null; 3579 3579 3580 3580 const { 3581 + account: { id: accountId }, 3581 3582 sensitive, 3582 3583 spoilerText, 3583 3584 account: { avatar, avatarStatic, bot } = {}, ··· 3592 3593 const srKey = statusKey(id, instance); 3593 3594 const statusPeekText = statusPeek(status); 3594 3595 3596 + const currentAccount = getCurrentAccID(); 3597 + const isSelf = currentAccount && currentAccount === accountId; 3598 + 3595 3599 const filterContext = useContext(FilterContext); 3596 - const filterInfo = isFiltered(filtered, filterContext); 3600 + let filterInfo = !isSelf && isFiltered(filtered, filterContext); 3601 + 3602 + // This is fine. Images are converted to emojis so they are 3603 + // in a way, already "obscured" 3604 + if (filterInfo?.action === 'blur') filterInfo = null; 3597 3605 3598 3606 if (filterInfo?.action === 'hide') return null; 3599 3607
+1 -1
src/components/timeline.jsx
··· 968 968 lang={language} 969 969 dir="auto" 970 970 > 971 - {!!filterInfo ? ( 971 + {!!filterInfo && filterInfo?.action !== 'blur' ? ( 972 972 <b 973 973 class="status-filtered-badge badge-meta horizontal" 974 974 title={filterInfo?.titlesStr || ''}
+5 -5
src/locales/en.po
··· 439 439 #: src/components/shortcuts-settings.jsx:783 440 440 #: src/components/status.jsx:3049 441 441 #: src/components/status.jsx:3289 442 - #: src/components/status.jsx:3790 442 + #: src/components/status.jsx:3798 443 443 #: src/pages/accounts.jsx:37 444 444 #: src/pages/catchup.jsx:1578 445 445 #: src/pages/filters.jsx:225 ··· 1305 1305 msgstr "" 1306 1306 1307 1307 #: src/components/media-post.jsx:134 1308 - #: src/components/status.jsx:3620 1309 - #: src/components/status.jsx:3716 1310 - #: src/components/status.jsx:3794 1308 + #: src/components/status.jsx:3628 1309 + #: src/components/status.jsx:3724 1310 + #: src/components/status.jsx:3802 1311 1311 #: src/components/timeline.jsx:982 1312 1312 #: src/pages/catchup.jsx:76 1313 1313 #: src/pages/catchup.jsx:1876 ··· 2453 2453 msgstr "" 2454 2454 2455 2455 #. [Name] [Visibility icon] boosted 2456 - #: src/components/status.jsx:3724 2456 + #: src/components/status.jsx:3732 2457 2457 msgid "<0/> <1/> boosted" 2458 2458 msgstr "" 2459 2459