lbry-desktop/ui/component/claimLink
infinite-persistence 21cb405965
ClaimLink: skip blacklist check (#329)
## Issue
- It was checking the blacklist on every render.
- Finding opportunities to improve performance

## Changes
Since the final destination will be a dead end anyways, skip the blacklist check so that livestreams can render a bit faster when there lots of mentions.

The only downside is that a claim preview for a blacklisted item would now appear (vs. being a text previously)
2021-11-19 09:46:52 -05:00
..
index.js ClaimLink: skip blacklist check (#329) 2021-11-19 09:46:52 -05:00
view.jsx ClaimLink: skip blacklist check (#329) 2021-11-19 09:46:52 -05:00