mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 03:11:48 -05: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]
|
[AllowHtml]
|
||||||
public string Bio { get; set; }
|
public string Bio { get; set; }
|
||||||
|
|
Loading…
Reference in a new issue