Fix user not getting an initial status

This commit is contained in:
Dean Herbert 2019-12-18 14:07:03 +09:00
parent 0f5ef78b69
commit 756d847ad8
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@ private void run()
userReq.Success += u =>
{
LocalUser.Value = u;
// todo: save/pull from settings
LocalUser.Value.Status.Value = new UserStatusOnline();
failureCount = 0;
//we're connected!