lbry-desktop/ui/redux/actions
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
..
app.js Run doNotificationSocketConnect for CoinSwapStatus 2021-04-13 14:02:25 -04:00
blocked.js New moderation tools: block & mute (#5572) 2021-03-03 13:50:16 -05:00
coinSwap.js CoinSwap: websocket + multi-coin 2021-04-13 14:02:25 -04:00
comments.js Fix broken Comments API due to surfacing of error 2021-05-27 00:54:12 -04:00
content.js remove old import 2020-11-06 00:02:53 -05:00
file.js Fix URI comparison in 'doDeleteFileAndMaybeGoBack' 2021-02-25 15:38:04 -05:00
livestream.js review 2021-04-23 14:51:09 -04:00
notifications.js fetch notofication/categories for notification types dropdown 2021-04-30 12:45:46 -04:00
publish.js Feat publish replays on master (#5863) 2021-04-14 00:06:11 -04:00
reactions.js sync reducer stuff 2020-10-27 10:17:11 -04:00
reportContent.js Add 'ReportContent' actions/reducers/selectors 2021-04-21 10:49:31 -04:00
rewards.js remove paid content reward claim 2020-07-22 12:58:20 -04:00
search.js Only concatenate results if 'from !== 0' 2021-04-07 12:08:17 -04:00
settings.js sync again 2021-01-25 10:39:40 -05:00
subscriptions.js per channel notification settings 2020-11-02 14:13:13 -05:00
sync.js use comment component for livestream comments 2021-03-25 15:08:05 -04:00
tags.js sync reducer stuff 2020-10-27 10:17:11 -04:00
user.js send perm url for referrals 2021-02-25 14:44:40 -05:00
websocket.js fix comment websocket from connecting more than once per claim 2021-04-23 16:58:23 -04:00