Updates for 1.4.1
This commit is contained in:
@@ -634,7 +634,7 @@ void SpeakingClient::processJoin() {
|
||||
TIMING_STEP(timings, "server reg ");
|
||||
ref_server->getGroupManager()->cleanupAssignments(this->getClientDatabaseId());
|
||||
TIMING_STEP(timings, "grp cleanup");
|
||||
ref_server->getGroupManager()->update_server_group_property(_this.lock(), true);
|
||||
ref_server->getGroupManager()->update_server_group_property(_this.lock(), true, nullptr);
|
||||
TIMING_STEP(timings, "grp apply ");
|
||||
|
||||
this->properties()[property::CLIENT_COUNTRY] = config::geo::countryFlag;
|
||||
@@ -680,7 +680,6 @@ void SpeakingClient::processJoin() {
|
||||
this->currentChannel = nullptr;
|
||||
{
|
||||
/* enforce an update of these properties */
|
||||
this->properties()[property::CLIENT_SERVERGROUPS] = "0";
|
||||
this->properties()[property::CLIENT_CHANNEL_GROUP_INHERITED_CHANNEL_ID] = "0";
|
||||
this->properties()[property::CLIENT_CHANNEL_GROUP_ID] = "0";
|
||||
this->properties()[property::CLIENT_TALK_POWER] = "0";
|
||||
|
||||
Reference in New Issue
Block a user