lbry-desktop/ui
infinite-persistence b6d21692e6 Fix broken startup sync-lock
## Issue
In 38c13cf5, an additional `doGetAndPopulatePreferences` was added in `doSignIn` to ensure we have populated the preferences at least once. With that, `doHandleSyncComplete` can skip `doGetAndPopulatePreferences` is there is no change in the hash.

The addition broke the "initial sync lock", thus incorrectly allowing users to change preferences when the process is not completed.

## Change
I think the additional call is no longer needed since we now store a local hash for comparison, so `doGetAndPopulatePreferences` wouldn't be incorrectly skipped in the first ever `doHandleSyncComplete`.
2021-12-29 10:32:38 -05:00
..
component Improve Sticker Superchat display 2021-12-29 09:37:05 -05:00
constants Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00
effects Fix "you are offline" nag being stuck 2021-12-22 12:41:05 +08:00
modal Refactor header Component, split into smaller components and remove what is unused 2021-12-21 16:36:16 -05:00
page Settings: Change button from "Back" to "Save" 2021-12-29 10:32:38 -05:00
redux Fix broken startup sync-lock 2021-12-29 10:32:38 -05:00
scss Improve Sticker Superchat display 2021-12-29 09:37:05 -05:00
util OG: Skip 'data:image' when generating cards.odysee.com urls 2021-12-22 10:03:43 -05:00
analytics.js Remove content_tags and related functions 2021-12-13 11:54:53 -05:00
app.js refactor lbrytv web server 2019-11-11 13:27:29 -05:00
comments.js Comment Moderation - time based bans 2021-09-03 07:17:56 +08:00
i18n.js Revert "Simplify language lists" 2021-04-06 15:42:27 -04:00
index.jsx [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
lbry.js Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js working 2020-12-16 10:52:22 -05:00
reducers.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
rewards.js Change logic for daily reward claiming to weekly 2021-12-23 02:40:58 -05:00
store.js Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00