mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:52:55 +08:00
Remove unused property from chat message
This commit is contained in:
parent
0d4c6d2cbc
commit
5bb8649f3b
@ -13,10 +13,6 @@ namespace osu.Game.Online.Chat
|
||||
[JsonProperty(@"message_id")]
|
||||
public readonly long? Id;
|
||||
|
||||
//todo: this should be inside sender.
|
||||
[JsonProperty(@"sender_id")]
|
||||
public long UserId;
|
||||
|
||||
[JsonProperty(@"channel_id")]
|
||||
public long ChannelId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user