lbry-desktop/ui/component/commentCreate
infinite-persistence a74dbe1e43 1075: Clamp comment channel-selector to commented channels only
## New behavior:
- If you have commented on a claim before, the channel selector will be clamped to that channel.
  - There might be more than 1 channel if commented in the past.
- This includes blocked comments, i.e. if the creator blocked you, you will not see your comment, yet your channel-selector is clamped to the used channel.
- EXCEPTION: you can use other channels if it's your own claim (for now).

## Approach
- Run `comment.List` over all your channels on the specific content. This covers nested replies and pagination (sweet).
  - So, if the total is non-zero, mark that channel(s) as having commented on the claim.
  - Only fetch this once per content claim.
- In the comment channel-selector, clamp the list to this value.
2022-05-02 16:07:00 -04:00
..
comment-selectors.jsx Improve comment selectors 2022-02-08 12:35:40 -05:00
extra-contents.jsx 1075: Clamp comment channel-selector to commented channels only 2022-05-02 16:07:00 -04:00
index.js 1075: Clamp comment channel-selector to commented channels only 2022-05-02 16:07:00 -04:00
sticker-contents.jsx Claim title fixes 2022-02-26 13:48:22 -05:00
tip-contents.jsx Claim title fixes 2022-02-26 13:48:22 -05:00
view.jsx 1075: Clamp comment channel-selector to commented channels only 2022-05-02 16:07:00 -04:00