VKAPI: fix account.setOnline (#649)

This commit is contained in:
El psy congroo desu 2022-08-13 07:41:59 +05:00 committed by GitHub
parent 5bae9d224d
commit ccaae41dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ final class Account extends VKAPIRequestHandler
$this->requireUser();
$this->getUser()->setOnline(time());
$this->getUser()->save();
return 1;
}