Set current talk group for V1 clients

This commit is contained in:
Tobias Blomberg 2019-09-29 21:24:13 +02:00
parent ddb0ecd5c8
commit c31dab3597
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ void ReflectorClient::handleMsgAuthResponse(std::istream& is)
if (m_client_proto_ver < ProtoVer(2, 0))
{
TGHandler::instance()->switchTo(this, m_reflector->tgForV1Clients());
m_current_tg = m_reflector->tgForV1Clients();
}
m_reflector->broadcastMsg(MsgNodeJoined(m_callsign), ExceptFilter(this));
}