Do we really need negative amounts of Codepoints?

This commit is contained in:
Michael 2017-05-29 19:37:42 -04:00
parent 4dd3955330
commit 78a5e3d4b2

View file

@ -155,7 +155,7 @@ public int TopicCount
} }
} }
public long Codepoints { get; set; } public ulong Codepoints { get; set; }
[AllowHtml] [AllowHtml]
public string Bio { get; set; } public string Bio { get; set; }