lbry-desktop/ui/redux/reducers
infinite-persistence 640237c630
tus: don't allow 'notify' to be sent again (#1778)
## Ticket
725

## Issue
Upload a video. When `notify` is sent at the end of the tus upload, refresh immediately. The GUI allowed the user to resume the upload, but the ID is no longer present in the server.

## Approach
Until the polling API for `notify` is available, we can only assume the best and let the user know how to handle it.
- Store the "notify was sent" state.
- Show a dialog explaining the situation.

Thought of trying to make `claim_list` calls behind the scenes to clear itself, but it doesn't handle the case of `notify` actually failing. The best is to just let the user handle it for now.

Note that for the case of `onerror` actually received, we still retry since a network error could be the culprit (`notify` wasn't sent).
2022-06-30 19:30:08 -04:00
..
app.js Add dynamic player aspect ratio resizing 2022-04-07 11:44:25 -04:00
blocked.js Geo blocklist - reimplement with backend support (#1089) 2022-03-14 15:15:30 -04:00
claims.js Resolve: store repost's original channel too 2022-05-26 08:00:58 -04:00
coinSwap.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
collections.js 6205 remember last used playlist choice odysee (#967) 2022-03-14 09:07:27 -04:00
comments.js Re-design comment threads (#1489) 2022-05-16 06:22:13 -04:00
content.js 1318: Persist recsys data for send after tab close 2022-05-24 13:52:50 -04:00
file_info.js Guess at the correct value for 'PAGES.DOWNLOADED' 2022-03-26 00:54:39 -04:00
livestream.js Bugfix live status state (#1689) 2022-06-14 09:33:56 -04:00
notifications.js Revert the toast display order 2022-05-06 13:53:39 -04:00
publish.js tus: don't allow 'notify' to be sent again (#1778) 2022-06-30 19:30:08 -04:00
reactions.js add file reactions code from odysee 2020-10-02 15:28:00 -04:00
reportContent.js Add 'ReportContent' actions/reducers/selectors 2021-04-21 10:49:31 -04:00
rewards.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
search.js Recsys: capture and use x-uuid from search results (#1727) 2022-06-22 09:43:54 -04:00
settings.js Allow selecting an active channel by default 2022-05-05 11:24:22 -04:00
subscriptions.js Fix sidebar active subs not batch-resolving 2022-03-22 00:18:46 -07:00
sync.js Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00
tags.js Remove "same array" check now that USER_STATE_POPULATE only runs when there is new data. 2021-11-15 07:06:39 -08:00
user.js Membership-name state updates 2022-05-04 10:45:58 +08:00
wallet.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00