Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix hidden list for author (#4968)

authored by

Eric Bailey and committed by
GitHub
ddb0b800 5463e971

+1 -1
+1 -1
src/components/moderation/Hider.tsx
··· 58 58 } 59 59 60 60 const onSetContentVisible = (show: boolean) => { 61 - if (meta.allowOverride) return 61 + if (!meta.allowOverride) return 62 62 setIsContentVisible(show) 63 63 } 64 64