1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:49: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
Unverified
parent 1859e651b6
commit 39b13efdd5
@@ -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")]