lbry-desktop/ui
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
..
component Fix crash with no channel 2021-12-28 13:40:16 -05:00
constants Fix 'weekly watch reminder' target path 2021-12-28 08:31:03 -05:00
effects Fix "you are offline" nag being stuck 2021-12-22 12:41:05 +08:00
modal Refactor header Component, split into smaller components and remove what is unused 2021-12-21 16:36:16 -05:00
page Show view counts on uploads page 2021-12-23 03:16:11 -05:00
redux Fix: unsubsribe action removes all with same name 2021-12-29 09:11:27 -05:00
scss Fix component sizing for overlap and better component positioning (like centering) 2021-12-28 08:56:42 -05:00
util OG: Skip 'data:image' when generating cards.odysee.com urls 2021-12-22 10:03:43 -05:00
analytics.js Remove content_tags and related functions 2021-12-13 11:54:53 -05:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
comments.js Comment Moderation - time based bans 2021-09-03 07:17:56 +08:00
i18n.js Revert "Simplify language lists" 2021-04-06 15:42:27 -04:00
index.jsx [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
lbry.js Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js working 2020-12-16 10:52:22 -05:00
reducers.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
rewards.js Change logic for daily reward claiming to weekly 2021-12-23 02:40:58 -05:00
store.js Additional GA events via redux/lbryio hook 2021-10-22 10:56:43 +08:00