Clean up the custom-feed model

This commit is contained in:
Paul Frazee 2023-05-17 14:55:04 -05:00
parent 9c02fbb925
commit 2fd3b4ca04
5 changed files with 48 additions and 92 deletions

View file

@ -118,7 +118,7 @@ export const HomeScreen = withAuthRequired(
key={String(2 + index + 1)}
testID="customFeed"
isPageFocused={selectedPage === 2 + index}
feed={new PostsFeedModel(store, 'custom', {feed: f.getUri})}
feed={new PostsFeedModel(store, 'custom', {feed: f.uri})}
renderEmptyState={renderFollowingEmptyState}
/>
)