lbry-desktop/ui/redux
infinite-persistence d211450b5b
Fix selectCommentIdsForUri
- memo not required.
- start to not use the confusing and wrongly-named 'selectCommentsByUri' (per comment from Sean);  use the existing 'selectClaimIdForUri' instead.  This works because currently we do fetch any comments without first visiting a claim/uri, so we'll always have fetched the required claim, and can be queried in 'selectClaimIdForUri'.
2021-11-10 17:35:30 +08:00
..
actions selectClaimIsMineForUri to replace makeSelectClaimIsMine 2021-11-10 16:49:12 +08:00
middleware Track duration of startup events 2021-10-22 16:02:21 +08:00
reducers Fix states not updated in an immutable way. 2021-11-10 17:35:29 +08:00
selectors Fix selectCommentIdsForUri 2021-11-10 17:35:30 +08:00