mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -04:00
changed lobby to char room in chat system msgs
This commit is contained in:
parent
8eae3744dc
commit
a00d2c912c
2 changed files with 4 additions and 4 deletions
|
@ -1441,7 +1441,7 @@ bool DistributedChatService::acceptLobbyInvite(const ChatLobbyId& lobby_id,const
|
|||
item->lobby_id = entry.lobby_id ;
|
||||
item->msg_id = 0 ;
|
||||
item->parent_msg_id = 0 ;
|
||||
item->nick = "Lobby management" ;
|
||||
item->nick = "Chat room management" ;
|
||||
item->message = std::string("Welcome to chat lobby") ;
|
||||
item->PeerId(entry.virtual_peer_id) ;
|
||||
item->chatFlags = RS_CHAT_FLAG_PRIVATE | RS_CHAT_FLAG_LOBBY ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue