mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix last visit not supporting null values
Can now be null if a user chooses to hide their online status
This commit is contained in:
@ -84,7 +84,7 @@ namespace osu.Game.Users
|
||||
public string Location;
|
||||
|
||||
[JsonProperty(@"last_visit")]
|
||||
public DateTimeOffset LastVisit;
|
||||
public DateTimeOffset? LastVisit;
|
||||
|
||||
[JsonProperty(@"twitter")]
|
||||
public string Twitter;
|
||||
|
Reference in New Issue
Block a user