Some more work for the new group manager

This commit is contained in:
WolverinDEV
2021-03-07 19:17:20 +01:00
parent 449df23a4b
commit 2d0b9da08d
19 changed files with 956 additions and 834 deletions
+8 -2
View File
@@ -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(),