Fix outdated API variable

This commit is contained in:
Dean Herbert
2018-09-28 19:33:19 +09:00
parent 6841d5c2ec
commit 3cacc11af1
3 changed files with 5 additions and 9 deletions

View File

@ -27,6 +27,6 @@ namespace osu.Game.Online.API.Requests
return req;
}
protected override string Target => $@"chat/channels/{message.TargetId}/messages";
protected override string Target => $@"chat/channels/{message.ChannelId}/messages";
}
}