Skip to content

api: Return early on initial sync

And keep track of login status.

If server has no data to be sync, the login status will be updated only after timeout. And so to get the login status fast, return early for the initial sync.

Merge request reports