mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 06:39:53 +08:00
Fix request
This commit is contained in:
@@ -27,7 +27,7 @@ namespace osu.Game.Online.API.Requests
|
||||
var req = base.CreateWebRequest();
|
||||
req.Method = HttpMethod.Post;
|
||||
|
||||
req.AddParameter(@"comment[commentable_type]", Commentable.ToString());
|
||||
req.AddParameter(@"comment[commentable_type]", Commentable.ToString().ToLowerInvariant());
|
||||
req.AddParameter(@"comment[commentable_id]", $"{CommentableId}");
|
||||
req.AddParameter(@"comment[message]", Message);
|
||||
if (ReplyTo.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user