Commit 8d325b9e authored by Fabio Bas's avatar Fabio Bas
Browse files

Servatrice: do not disclose user emails to clients

parent 183fbd28
......@@ -38,7 +38,10 @@ ServerInfo_User &ServerInfo_User_Container::copyUserInfo(ServerInfo_User &result
result.clear_address();
}
if (!internalInfo)
{
result.clear_id();
result.clear_email();
}
if (!complete)
result.clear_avatar_bmp();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment