mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed useless code which caused lots of ChatId conversation warnings
This commit is contained in:
parent
45fb453e92
commit
5b63762eef
@ -173,10 +173,8 @@ void ChatHandler::tick()
|
||||
}
|
||||
}
|
||||
|
||||
ChatId id = ChatId::makeBroadcastId();
|
||||
{
|
||||
Lobby l;
|
||||
l.id = id.toLobbyId();
|
||||
l.name = "BroadCast";
|
||||
l.topic = "Retroshare broadcast chat: messages are sent to all connected friends.";
|
||||
l.subscribed = true;
|
||||
|
Loading…
Reference in New Issue
Block a user