Some more work for the new group manager
This commit is contained in:
@@ -517,8 +517,14 @@ void SpeakingClient::processJoin() {
|
||||
TIMING_STEP(timings, "join move ");
|
||||
|
||||
this->properties()->triggerAllModified();
|
||||
this->notifyServerGroupList();
|
||||
this->notifyChannelGroupList();
|
||||
{
|
||||
std::optional<ts::command_builder> generated_notify{};
|
||||
this->notifyServerGroupList(generated_notify, true);
|
||||
}
|
||||
{
|
||||
std::optional<ts::command_builder> generated_notify{};
|
||||
this->notifyChannelGroupList(generated_notify, true);
|
||||
}
|
||||
TIMING_STEP(timings, "notify grou");
|
||||
logMessage(this->getServerId(), "Voice client {}/{} ({}) from {} joined.",
|
||||
this->getClientDatabaseId(),
|
||||
|
||||
Reference in New Issue
Block a user