Missing following handling
This commit is contained in:
@@ -213,7 +213,7 @@ const HOME_FEED_STUB: FeedSourceInfo = {
|
||||
isPrimaryAlgorithm: false,
|
||||
type: 'feed',
|
||||
displayName: 'Following',
|
||||
uri: 'home',
|
||||
uri: 'following',
|
||||
route: {
|
||||
href: '/',
|
||||
name: 'Home',
|
||||
|
||||
@@ -36,6 +36,8 @@ export function DesktopFeeds() {
|
||||
let feed: FeedDescriptor
|
||||
if (uri === 'home') {
|
||||
feed = 'home'
|
||||
} else if (uri === 'following') {
|
||||
feed = 'following'
|
||||
} else if (uri.includes('app.bsky.feed.generator')) {
|
||||
feed = `feedgen|${uri}`
|
||||
} else if (uri.includes('app.bsky.graph.list')) {
|
||||
|
||||
Reference in New Issue
Block a user