lbry-desktop/extras/lbryinc
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
..
constants Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
redux Fix blacklisted claims appearing in tiles 2021-11-18 10:21:21 +08:00
util Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
index.js Fix memo: makeSelectViewCountForUri, makeSelectSubCountForUri 2021-11-16 08:15:24 +08:00
lbryio.js Additional GA events via redux/lbryio hook 2021-10-22 10:56:43 +08:00