rename user to private

This commit is contained in:
miterosan 2018-07-24 05:14:47 +02:00
parent e769c15d28
commit 9bc225e14b
1 changed files with 1 additions and 1 deletions

View File

@ -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[]