You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so the feed can contain posts that are hidden. this is useful to display in the UI how many posts are hidden (by counting feed.filter(post => account.blockedCids[post.cid]).length) and also to toggle between unhiding all hidden posts like on 4chan.
The text was updated successfully, but these errors were encountered:
estebanabaroa
changed the title
add useFeed({filterHidden: false})
add useFeed({blockCids: false})
May 30, 2024
so the feed can contain posts that are hidden. this is useful to display in the UI how many posts are hidden (by counting
feed.filter(post => account.blockedCids[post.cid]).length)
and also to toggle between unhiding all hidden posts like on 4chan.The text was updated successfully, but these errors were encountered: