Jonathan

Results 2 issues of Jonathan

**Describe the problem** ``` $ grep -rohF 'if (token == null) return' . | wc -w 455 ``` _455_ **To Reproduce** Steps to reproduce the behavior: 1. `$ grep -rohF...

priority:low
server:api

NP tickets has two fields relating to user: `account_id` (uint64_t that never changes) and `online_id` (string username) The real LBP servers index users by `account_id` and `account_id` only, it only...