Fixes to feed preference and state sync [APP-678] (#829)

* Remove extraneous custom-feed health check

* Fixes to custom feed preference sync

* Fix lint

* Fix to how preferences are synced to enable membership modifications
This commit is contained in:
Paul Frazee 2023-06-01 14:46:13 -05:00 committed by GitHub
parent f416798c5f
commit e9c84a192b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 165 additions and 141 deletions

View file

@ -29,8 +29,8 @@ export const DiscoverFeedsScreen = withAuthRequired(
)
const onRefresh = React.useCallback(() => {
store.me.savedFeeds.refresh()
}, [store])
feeds.refresh()
}, [feeds])
const renderListEmptyComponent = React.useCallback(() => {
return (