- added new ESI scope "esi-location.read_online.v1", closed #495

- added/improved "/online" status check to deleteLogData() cronjob, closed #495
- added/improved "/online" status check to $characterModel->updateLog(), closed #495
This commit is contained in:
Exodus4D
2017-06-03 14:47:16 +02:00
parent 398615cc5c
commit f94e7269ad
10 changed files with 187 additions and 176 deletions

View File

@@ -58,7 +58,8 @@ class User extends Controller\Controller{
[
'ID' => $characterModel->_id,
'NAME' => $characterModel->name,
'TIME' => (new \DateTime())->getTimestamp()
'TIME' => (new \DateTime())->getTimestamp(),
'UPDATE_RETRY' => 0
]
];