lbry-desktop/ui/redux
infinite-persistence c5e690c657 Fix: unsubsribe action removes all with same name
## Repro
- Do a search like "Test" and filter to "Channels Only".
- Follow a bunch @test channels
- Unfollow any one of them. All of them gets unfollowed.

## Notes
The change in b9fc9b63 to compare the lower-case channel name probably made it even worse, since "@TeSt" would be removed too.

## Change
Not sure why channel name was used in the first place ... perhaps it was to cover canon vs perm uri?

Anyway, comparing uri makes more sense, so doing that instead.
2021-12-29 09:11:27 -05:00
..
actions throw cust error only when failing to parse json 2021-12-23 20:59:08 -05:00
middleware Track duration of startup events 2021-10-22 16:02:21 +08:00
reducers Fix: unsubsribe action removes all with same name 2021-12-29 09:11:27 -05:00
selectors Replace weekly watch search loop with new last_claimed 2021-12-29 09:04:26 -05:00