-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: populate source list immediately upon login (#577)
the controller's update_sources() method is used to display in the source list whatever is contained in local storage. If we wait until after sync_api is called before calling it, there will be a delay of potentially several seconds until the round-trip to the SecureDrop server completes. in this commit we call the update_sources() method immediately upon login.
- Loading branch information
1 parent
cf9d499
commit 07713fc
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters