Improved mute feature, to update Blocklist, when the peer changes his name.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5159 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
notdefine 2012-05-11 20:53:27 +00:00
parent f6c6af8b59
commit 5a3863d216
3 changed files with 53 additions and 31 deletions

View file

@ -2454,10 +2454,6 @@ bool p3ChatService::setNickNameForChatLobby(const ChatLobbyId& lobby_id,const st
std::cerr << " (EE) lobby does not exist!!" << std::endl;
return false;
}
// // inform other user about name change
// sendLobbyStatusPeerChangedNickname(lobby_id);
it->second.nick_name = nick ;
return true ;