mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
removed useless code which caused lots of ChatId conversation warnings
This commit is contained in:
parent
45fb453e92
commit
5b63762eef
1 changed files with 0 additions and 2 deletions
|
@ -173,10 +173,8 @@ void ChatHandler::tick()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ChatId id = ChatId::makeBroadcastId();
|
|
||||||
{
|
{
|
||||||
Lobby l;
|
Lobby l;
|
||||||
l.id = id.toLobbyId();
|
|
||||||
l.name = "BroadCast";
|
l.name = "BroadCast";
|
||||||
l.topic = "Retroshare broadcast chat: messages are sent to all connected friends.";
|
l.topic = "Retroshare broadcast chat: messages are sent to all connected friends.";
|
||||||
l.subscribed = true;
|
l.subscribed = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue