lbry-desktop/ui/component/markdownLink
infinite-persistence e2db26c595 Fix channel links being filtered by Staked Level
## Issue
Channel links were showing the "This channel isn't staking enough LBRY Credits for link previews." -- channel links shouldn't be showing previews in the first place.

## Change
Moved the logic into `ClaimLink`, which is the better place to put it anyway. I think I was trying to not touch as many components as possible (i.e. not passing `allowPreview` down too many layers) in the initial implementation. This caused the `isChannel` consideration to be missed.
2021-04-26 14:51:58 -04:00
..
index.js refactor floatingUri to allow inline players in comments/markdown 2020-10-21 15:29:29 -04:00
view.jsx Fix channel links being filtered by Staked Level 2021-04-26 14:51:58 -04:00