[shared] Remove MaxLength from UserProfileEntity.Pronouns
This commit is contained in:
parent
dcc03c3eb6
commit
dd834128e5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public class UserProfileEntity
|
||||||
public required bool IsCat { get; set; }
|
public required bool IsCat { get; set; }
|
||||||
public required bool SpeakAsCat { get; set; }
|
public required bool SpeakAsCat { get; set; }
|
||||||
|
|
||||||
[MaxLength(128)] public required Dictionary<string, string> Pronouns { get; set; }
|
public required Dictionary<string, string> Pronouns { get; set; }
|
||||||
|
|
||||||
[SuppressMessage("ReSharper", "UnusedMember.Global")]
|
[SuppressMessage("ReSharper", "UnusedMember.Global")]
|
||||||
public enum FFVisibilityEnum
|
public enum FFVisibilityEnum
|
||||||
|
|
Loading…
Add table
Reference in a new issue