Fixed missing name update on client rename
This commit is contained in:
parent
1904d1056d
commit
1562e52b40
1 changed files with 3 additions and 0 deletions
|
@ -314,6 +314,9 @@ class ClientName extends ReactComponentBase<ClientNameProperties, ClientNameStat
|
||||||
if(typeof event.updated_properties.client_servergroups !== "undefined" || typeof event.updated_properties.client_channel_group_id !== "undefined") {
|
if(typeof event.updated_properties.client_servergroups !== "undefined" || typeof event.updated_properties.client_channel_group_id !== "undefined") {
|
||||||
this.updateGroups();
|
this.updateGroups();
|
||||||
}
|
}
|
||||||
|
if(typeof event.updated_properties.client_nickname !== "undefined") {
|
||||||
|
this.forceUpdate();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue