1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 00:13:19 +08:00
osu-lazer/osu.Game/Online/Solo
Bartłomiej Dach e9d32fca18
Fix various failures in initial statistics fetch
- If the local user is restricted, then attempting to fetch their data
  from the `/users` endpoint would result in an empty response.

- Even if the user was successfully fetched, their `RulesetsStatistics`
  may not be populated (and instead be `null`). Curiously this was not
  picked up by static analysis until the first issue was fixed.

Closes #21839.
2022-12-28 07:31:36 +01:00
..
CreateSoloScoreRequest.cs Send beatmap has to server on solo score request 2022-07-02 12:16:17 +09:00
SoloStatisticsUpdate.cs Add data structure for delivering statistics updates 2022-12-22 08:01:59 +01:00
SoloStatisticsWatcher.cs Fix various failures in initial statistics fetch 2022-12-28 07:31:36 +01:00
SubmitSoloScoreRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00