Initial mirror.
This commit is contained in:
7
MareSynchronosAPI/Dto/User/UserProfileDto.cs
Normal file
7
MareSynchronosAPI/Dto/User/UserProfileDto.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using MareSynchronos.API.Data;
|
||||
using MessagePack;
|
||||
|
||||
namespace MareSynchronos.API.Dto.User;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public record UserProfileDto(UserData User, bool Disabled, bool? IsNSFW, string? ProfilePictureBase64, string? Description) : UserDto(User);
|
Reference in New Issue
Block a user