lbry-desktop/extras/lbryinc/redux/selectors
infinite-persistence e288833085
Fix blacklisted claims appearing in tiles
## Mistake
Tried to simplify the logic between checking Channel vs Content claim, and ended up always checking against Channel. This is correct for commentron blocklists, but not blacklists where the txid is per claim.

## Changes
- Restored original logic.
- While at it, restore the usage of `selectClaimForUri` (i.e. no need to split into 4 selectors anymore), since we've updated the reducer to prevent invalidation from things like 'confirmation' and 'is_my_output'.
2021-11-18 10:21:21 +08:00
..
auth.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00
ban.js Fix blacklisted claims appearing in tiles 2021-11-18 10:21:21 +08:00
blacklist.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00
cost_info.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
filtered.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00
homepage.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00
stats.js Fix memo: makeSelectViewCountForUri, makeSelectSubCountForUri 2021-11-16 08:15:24 +08:00
sync.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00