mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
Do we really need negative amounts of Codepoints?
This commit is contained in:
parent
4dd3955330
commit
78a5e3d4b2
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ public int TopicCount
|
|||
}
|
||||
}
|
||||
|
||||
public long Codepoints { get; set; }
|
||||
public ulong Codepoints { get; set; }
|
||||
|
||||
[AllowHtml]
|
||||
public string Bio { get; set; }
|
||||
|
|
Loading…
Reference in a new issue