Skip to content

Commit

Permalink
Transfer with-friends & best-of-follows to feed generator (#1919)
Browse files Browse the repository at this point in the history
* transfer feeds

* remove unused feeds
  • Loading branch information
dholms authored Dec 5, 2023
1 parent af3e33a commit cf53d20
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 488 deletions.
77 changes: 0 additions & 77 deletions packages/bsky/src/feed-gen/best-of-follows.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/bsky/src/feed-gen/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { AtUri } from '@atproto/syntax'
import { ids } from '../lexicon/lexicons'
import withFriends from './with-friends'
import bskyTeam from './bsky-team'
import hotClassic from './hot-classic'
import bestOfFollows from './best-of-follows'
import mutuals from './mutuals'
import { MountedAlgos } from './types'

Expand All @@ -13,9 +11,7 @@ const feedgenUri = (did, name) =>
// These are custom algorithms that will be mounted directly onto an AppView
// Feel free to remove, update to your own, or serve the following logic at a record that you control
export const makeAlgos = (did: string): MountedAlgos => ({
[feedgenUri(did, 'with-friends')]: withFriends,
[feedgenUri(did, 'bsky-team')]: bskyTeam,
[feedgenUri(did, 'hot-classic')]: hotClassic,
[feedgenUri(did, 'best-of-follows')]: bestOfFollows,
[feedgenUri(did, 'mutuals')]: mutuals,
})
101 changes: 0 additions & 101 deletions packages/bsky/src/feed-gen/whats-hot.ts

This file was deleted.

43 changes: 0 additions & 43 deletions packages/bsky/src/feed-gen/with-friends.ts

This file was deleted.

118 changes: 0 additions & 118 deletions packages/bsky/tests/algos/whats-hot.test.ts

This file was deleted.

Loading

0 comments on commit cf53d20

Please sign in to comment.