-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate
DownstairsClient::reinitialize
(#1549)
Previously, `Downstairs::reinitialize` would do the following: - Call `DownstairsClient::on_missing`, which updates the client state - Skip jobs (if necessary) - Call `DownstairsClient::reinitialize`, which also updates client state These used to be separate tasks, but they're now in the same place, so it's silly to have them both. This PR consolidates all of the logic into `DownstairsClient::reinitialize`.
- Loading branch information
Showing
3 changed files
with
51 additions
and
75 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
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