Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Swap in base following (#3991)

authored by

Eric Bailey and committed by
GitHub
f0cd8ab6 10919319

+1 -2
+1 -2
src/state/queries/post-feed.ts
··· 14 14 useInfiniteQuery, 15 15 } from '@tanstack/react-query' 16 16 17 - import {HomeFeedAPI} from '#/lib/api/feed/home' 18 17 import {aggregateUserInterests} from '#/lib/api/feed/utils' 19 18 import {moderatePost_wrapped as moderatePost} from '#/lib/moderatePost_wrapped' 20 19 import {logger} from '#/logger' ··· 399 398 userInterests, 400 399 }) 401 400 } else { 402 - return new HomeFeedAPI({getAgent, userInterests}) 401 + return new FollowingFeedAPI({getAgent}) 403 402 } 404 403 } else if (feedDesc.startsWith('author')) { 405 404 const [_, actor, filter] = feedDesc.split('|')