lbry-desktop/ui/redux
infinite-persistence f8e1274c38 Fix broken Comments API due to surfacing of error
## Issue
The "Muted Words" PR elevated Comment-API errors so we can handle it (previously, it goes unnoticed). This broke the other Comment functions because the spammer mitigation might return an error, causing `Promise.all` to bail early.

## Fix
Changed to `Promise.allSettled` and reconstructed the results. This will make it equivalent to the code prior to the "Muted Words" PR.
2021-05-27 00:54:12 -04:00
..
actions Fix broken Comments API due to surfacing of error 2021-05-27 00:54:12 -04:00
reducers Commentron Settings API 2021-05-26 15:38:29 -04:00
selectors Commentron Settings API 2021-05-26 15:38:29 -04:00