lbry-desktop/ui/redux
infinite-persistence f084288ac9
Fix unable to clear muted list
## Issue
When the muted list was being cleared from another app, the web version ended up restoring the previous muted list.

## Change
- As long as `blocked` is defined, return that since an empty array is a valid result.
- If undefined, something went wrong when calling the reducer, so retain the muted list. I believe this was the original intention of that line.
2021-11-15 13:36:08 +08:00
..
actions Optimize selectClaimIsMine 2021-11-11 16:10:06 +08:00
middleware Track duration of startup events 2021-10-22 16:02:21 +08:00
reducers Fix unable to clear muted list 2021-11-15 13:36:08 +08:00
selectors Attempt to speed up sidebar menu for mobile (#283) 2021-11-12 10:59:11 -05:00