Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix count again (#4516)

authored by

Eric Bailey and committed by
GitHub
f8c58a68 641a36c2

+1 -1
+1 -1
src/components/KnownFollowers.tsx
··· 100 100 moderation, 101 101 } 102 102 }) 103 - const count = cachedKnownFollowers.count - Math.min(slice.length, 2) 103 + const count = cachedKnownFollowers.count 104 104 105 105 return ( 106 106 <Link