Remove Trending, My network

This commit is contained in:
Bojan Mojsilovic 2023-10-14 13:59:31 +02:00
parent e9f5f3cf79
commit 9605526045

View File

@ -512,9 +512,9 @@ export const SettingsProvider = (props: { children: ContextChildren }) => {
// Add trendingFeed if it's missing
// @ts-ignore
if (initFeeds && !initFeeds.find((f) => f.hex === trendingFeed.hex)) {
addAvailableFeed(trendingFeed, true, false);
}
// if (initFeeds && !initFeeds.find((f) => f.hex === trendingFeed.hex)) {
// addAvailableFeed(trendingFeed, true, false);
// }
const fwr = initFeeds?.find(f => f.hex === feedLatestWithReplies.hex && f.includeReplies === feedLatestWithReplies.includeReplies);