Commit 091d9ed
committed
register: Dispatch REGISTER_START just before we start
With the goal that REGISTER_START and REGISTER_COMPLETE are tight
bookends around the code responsible for making the /register
request.
We hope this is NFC; the only cases where it wouldn't be are when
`getAuth` and/or `getHaveServerData` throw an error.
`getAuth` would be the natural one to worry about, but we really
don't expect `doInitialFetch` to be called unless we have an active,
logged-in account./register.1 parent da10cad commit 091d9ed
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | 451 | | |
453 | 452 | | |
454 | 453 | | |
455 | 454 | | |
| 455 | + | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| |||
0 commit comments