mirror of https://github.com/ppy/osu
rename user to private
This commit is contained in:
parent
e769c15d28
commit
9bc225e14b
|
@ -248,7 +248,7 @@ public MessageSender(User sender)
|
|||
private void load(UserProfileOverlay profile, ChannelManager chatManager)
|
||||
{
|
||||
Action = () => profile?.ShowUser(sender);
|
||||
startChatAction = () => chatManager?.OpenUserChannel(sender);
|
||||
startChatAction = () => chatManager?.OpenPrivateChannel(sender);
|
||||
}
|
||||
|
||||
public MenuItem[] ContextMenuItems => new MenuItem[]
|
||||
|
|
Loading…
Reference in New Issue