Also make APIUser opt-in and remove the remaining serialization exclusion rule

This commit is contained in:
Dean Herbert
2022-02-23 17:12:38 +09:00
parent 43c83d2de1
commit 53bbd00675
2 changed files with 1 additions and 12 deletions

View File

@ -12,6 +12,7 @@ using osu.Game.Users;
namespace osu.Game.Online.API.Requests.Responses
{
[JsonObject(MemberSerialization.OptIn)]
public class APIUser : IEquatable<APIUser>, IUser
{
[JsonProperty(@"id")]