1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 02:42:54 +08:00

add pinned comments property in comment bundle

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-08-13 13:13:28 +07:00
parent 1859e651b6
commit 39b13efdd5
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -24,6 +24,9 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"included_comments")]
public List<Comment> IncludedComments { get; set; }
[JsonProperty(@"pinned_comments")]
public List<Comment> PinnedComments { get; set; }
private List<long> userVotes;
[JsonProperty(@"user_votes")]